ExtractConfig
ExtractConfig =
object
Defined in: packages/cloud/src/client/types.gen.ts:3000
Additional parameters for the extraction agent.
Properties
priority?
optional
priority:"low"
|"medium"
|"high"
|"critical"
|null
Defined in: packages/cloud/src/client/types.gen.ts:3004
The priority for the request. This field may be ignored or overwritten depending on the organization tier.
extraction_target?
optional
extraction_target:ExtractTarget
Defined in: packages/cloud/src/client/types.gen.ts:3008
The extraction target specified.
extraction_mode?
optional
extraction_mode:ExtractMode
Defined in: packages/cloud/src/client/types.gen.ts:3012
The extraction mode specified.
multimodal_fast_mode?
optional
multimodal_fast_mode:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3016
Whether to use fast mode for multimodal extraction.
system_prompt?
optional
system_prompt:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3020
The system prompt to use for the extraction.
use_reasoning?
optional
use_reasoning:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3024
Whether to use reasoning for the extraction.
cite_sources?
optional
cite_sources:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3028
Whether to cite sources for the extraction.
chunk_mode?
optional
chunk_mode:DocumentChunkMode
Defined in: packages/cloud/src/client/types.gen.ts:3032
The mode to use for chunking the document.
invalidate_cache?
optional
invalidate_cache:boolean
Defined in: packages/cloud/src/client/types.gen.ts:3036
Whether to invalidate the cache for the extraction.