ExtractConfig
ExtractConfig =
object
Defined in: packages/cloud/src/client/types.gen.ts:2782
Additional parameters for the extraction agent.
Properties
extraction_target?
optional
extraction_target:ExtractTarget
Defined in: packages/cloud/src/client/types.gen.ts:2786
The extraction target specified.
extraction_mode?
optional
extraction_mode:ExtractMode
Defined in: packages/cloud/src/client/types.gen.ts:2790
The extraction mode specified.
system_prompt?
optional
system_prompt:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2794
The system prompt to use for the extraction.
use_reasoning?
optional
use_reasoning:boolean
Defined in: packages/cloud/src/client/types.gen.ts:2798
Whether to use reasoning for the extraction.
cite_sources?
optional
cite_sources:boolean
Defined in: packages/cloud/src/client/types.gen.ts:2802
Whether to cite sources for the extraction.
chunk_mode?
optional
chunk_mode:DocumentChunkMode
Defined in: packages/cloud/src/client/types.gen.ts:2806
The mode to use for chunking the document.
invalidate_cache?
optional
invalidate_cache:boolean
Defined in: packages/cloud/src/client/types.gen.ts:2810
Whether to invalidate the cache for the extraction.