ExtractWithSchemaRequest
Example Usage
typescript
import { ExtractWithSchemaRequest } from "@meetkai/mka1/models/operations";
let value: ExtractWithSchemaRequest = {
schemaId: "<id>",
requestBody: {
model: "Wrangler",
file: "<value>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
schemaId | string | ✔️ | N/A |
requestBody | operations.ExtractWithSchemaLlmExtractRequestBody | ✔️ | N/A |