StructParseConf
StructParseConf =
object
Defined in: packages/cloud/src/client/types.gen.ts:7809
Configuration for the structured parsing agent.
Properties
model?
optional
model:ExtractModels
Defined in: packages/cloud/src/client/types.gen.ts:7813
The model to use for the structured parsing.
temperature?
optional
temperature:number
Defined in: packages/cloud/src/client/types.gen.ts:7817
The temperature to use for the structured parsing.
relaxation_mode?
optional
relaxation_mode:SchemaRelaxMode
Defined in: packages/cloud/src/client/types.gen.ts:7821
The relaxation mode to use for the structured parsing.
struct_mode?
optional
struct_mode:StructMode
Defined in: packages/cloud/src/client/types.gen.ts:7825
The struct mode to use for the structured parsing.
handle_missing?
optional
handle_missing:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7829
Whether to handle missing fields in the schema.
use_reasoning?
optional
use_reasoning:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7833
Whether to use reasoning for the structured extraction.
cite_sources?
optional
cite_sources:boolean
Defined in: packages/cloud/src/client/types.gen.ts:7837
Whether to cite sources for the structured extraction.
prompt_conf?
optional
prompt_conf:PromptConf
Defined in: packages/cloud/src/client/types.gen.ts:7841
The prompt configuration for the structured parsing.