The strategy to extract structured data from a file. Includes the model and type of extraction.
import { ExtractStructuredDataStrategy } from "@intuned/client/models/components";
let value: ExtractStructuredDataStrategy = {
type: "MARKDOWN",
model: "gpt4-turbo",
};
Field | Type | Required | Description |
---|---|---|---|
type |
components.ExtractStructuredDataStrategyType | ✔️ | The type of extraction to perform. |
model |
components.AiExtractionModel | ✔️ | AI model to use for extraction |