Logo
Type aliases

PromptConf

PromptConf = object

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

Properties

system_prompt?

optional system_prompt: string

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

The system prompt to use for the extraction.


extraction_prompt?

optional extraction_prompt: string

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

The prompt to use for the extraction.


error_handling_prompt?

optional error_handling_prompt: string

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

The prompt to use for error handling.

On this page