Properties
Optional
options
options?: OpenAICoreRequestOptions<Record<string, unknown>>
Optional
promptIndex
promptIndex?: number
Optional
response_format
response_format?: {
type: "json_object";
}
Optional
seed
seed?: number
Optional
tool_choice
tool_choice?: ChatCompletionToolChoiceOption
Optional
tools
tools?: StructuredTool<ZodObject<any, any, any, any, {}>>[] | ChatCompletionTool[]
Additional options to pass to the underlying axios request.