OpenaiChatCompletionNamedToolChoiceParam
OpenaiChatCompletionNamedToolChoiceParam =
object
Defined in: src/client/types.gen.ts:3376
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3377
function?
optionalfunction:OpenaiChatCompletionNamedToolChoiceFunctionParam
Defined in: src/client/types.gen.ts:3378
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3384
The type of the tool. Currently, only function is supported.
This field can be elided, and will marshal its zero value as “function”.
Last updated on