OpenaiChatCompletionToolParam
OpenaiChatCompletionToolParam =
object
Defined in: src/client/types.gen.ts:3682
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3683
function?
optionalfunction:SharedFunctionDefinitionParam
Defined in: src/client/types.gen.ts:3684
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3690
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