API referenceInterfaces
ExtractOptions\<T\>
Defined in: llm/types.ts:27
Type Parameters
T
T
Properties
schema
schema: ZodType<T>;Defined in: llm/types.ts:28
system
system: string;Defined in: llm/types.ts:29
prompt
prompt: string;Defined in: llm/types.ts:30
tier
tier: ModelTier;Defined in: llm/types.ts:31
maxTokens?
optional maxTokens?: number;Defined in: llm/types.ts:32
images?
optional images?: LLMImage[];Defined in: llm/types.ts:34
Optional images placed before the prompt text (card/badge photos).