Logo
Type aliases

StructParseConf

StructParseConf = object

Defined in: packages/cloud/src/client/types.gen.ts:5738

Configuration for the structured parsing agent.

Properties

model?

optional model: string

Defined in: packages/cloud/src/client/types.gen.ts:5742

The model to use for the structured parsing.


temperature?

optional temperature: number

Defined in: packages/cloud/src/client/types.gen.ts:5746

The temperature to use for the structured parsing.


relaxation_mode?

optional relaxation_mode: SchemaRelaxMode

Defined in: packages/cloud/src/client/types.gen.ts:5750

The relaxation mode to use for the structured parsing.


struct_mode?

optional struct_mode: StructMode

Defined in: packages/cloud/src/client/types.gen.ts:5754

The struct mode to use for the structured parsing.


prompt_conf?

optional prompt_conf: PromptConf

Defined in: packages/cloud/src/client/types.gen.ts:5758

The prompt configuration for the structured parsing.

On this page