Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 2.09 KB

extractstructureddatastrategy.md

File metadata and controls

21 lines (15 loc) · 2.09 KB

ExtractStructuredDataStrategy

The strategy to extract structured data from a file. Includes the model and type of extraction.

Example Usage

import { ExtractStructuredDataStrategy } from "@intuned/client/models/components";

let value: ExtractStructuredDataStrategy = {
    type: "MARKDOWN",
    model: "gpt4-turbo",
};

Fields

Field Type Required Description
type components.ExtractStructuredDataStrategyType ✔️ The type of extraction to perform.
model components.AiExtractionModel ✔️ AI model to use for extraction