dhaga.docs
API referenceInterfaces

BatchExtractItem\<T\>

Defined in: llm/types.ts:53

Extends

Type Parameters

T

T

Properties

schema

schema: ZodType<T>;

Defined in: llm/types.ts:28

Inherited from

Omit.schema

system

system: string;

Defined in: llm/types.ts:29

Inherited from

Omit.system

prompt

prompt: string;

Defined in: llm/types.ts:30

Inherited from

Omit.prompt

tier

tier: ModelTier;

Defined in: llm/types.ts:31

Inherited from

Omit.tier

maxTokens?

optional maxTokens?: number;

Defined in: llm/types.ts:32

Inherited from

Omit.maxTokens

id

id: string;

Defined in: llm/types.ts:59

Caller-chosen id, echoed back on the matching result — how a caller maps a result back to whatever it was for (e.g. a contact id). Becomes the batch request's custom_id; must match ^[a-zA-Z0-9_-]{1,64}$.

On this page