StructParseConf
StructParseConf =
object
Defined in: packages/cloud/src/client/types.gen.ts:7300
Configuration for the structured parsing agent.
Properties
model?
optional
model:ExtractModels
Defined in: packages/cloud/src/client/types.gen.ts:7304
The model to use for the structured parsing.
temperature?
optional
temperature:number
Defined in: packages/cloud/src/client/types.gen.ts:7308
The temperature to use for the structured parsing.
relaxation_mode?
optional
relaxation_mode:SchemaRelaxMode
Defined in: packages/cloud/src/client/types.gen.ts:7312
The relaxation mode to use for the structured parsing.
struct_mode?
optional
struct_mode:StructMode
Defined in: packages/cloud/src/client/types.gen.ts:7316
The struct mode to use for the structured parsing.
handle_missing?
optional
handle_missing:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7320
Whether to handle missing fields in the schema.
use_reasoning?
optional
use_reasoning:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7324
Whether to use reasoning for the structured extraction.
cite_sources?
optional
cite_sources:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7328
Whether to cite sources for the structured extraction.
prompt_conf?
optional
prompt_conf:PromptConf
Defined in: packages/cloud/src/client/types.gen.ts:7332
The prompt configuration for the structured parsing.