Logo
Type aliases

ExtractConfig

ExtractConfig = object

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

Additional parameters for the extraction agent.

Properties

extraction_target?

optional extraction_target: ExtractTarget

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

The extraction target specified.


extraction_mode?

optional extraction_mode: ExtractMode

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

The extraction mode specified.


handle_missing?

optional handle_missing: boolean

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

Whether to handle missing fields in the schema.


system_prompt?

optional system_prompt: string | null

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

The system prompt to use for the extraction.

On this page