Type alias StructuredOutputMethodOptions<IncludeRaw>
StructuredOutputMethodOptions<IncludeRaw>: { includeRaw?: IncludeRaw; method?: "functionCalling" | "jsonMode"; name?: string; } Type Parameters
IncludeRaw extends boolean = false
Type declaration
Optional
includeRaw?: IncludeRaw
Optional
method?: "functionCalling" | "jsonMode"
Optional
name?: string