Type Alias StructuredOutputMethodOptions<IncludeRaw>
StructuredOutputMethodOptions<IncludeRaw>: { includeRaw?: IncludeRaw; method?: | "functionCalling" | "jsonMode" | "jsonSchema" | string; name?: string; strict?: boolean; } Type Parameters
- IncludeRaw extends boolean = false
Type declaration
Optional
includeRaw?: IncludeRaw
Optional
method?:
| "functionCalling"
| "jsonMode"
| "jsonSchema"
| string
Optional
name?: string
Optional
strict?: boolean
Whether to use strict mode. Currently only supported by OpenAI models.