Properties
Optional
options
options?: OpenAIClientOptions
Optional
promptIndex
promptIndex?: number
Optional
response_format
response_format?: ChatCompletionsTextResponseFormat | ChatCompletionsJsonResponseFormat
Optional
seed
seed?: number
Optional
tool_choice
tool_choice?: "auto" | "none" | ChatCompletionsNamedFunctionToolSelection
Optional
tools
tools?: ChatCompletionsFunctionToolDefinition[]
Additional options to pass to the underlying axios request.