OpenaiChatCompletionMessageToolCallParam
OpenaiChatCompletionMessageToolCallParam =
object
Defined in: src/client/types.gen.ts:3353
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3354
function?
optionalfunction:OpenaiChatCompletionMessageToolCallFunctionParam
Defined in: src/client/types.gen.ts:3355
id?
optionalid:string
Defined in: src/client/types.gen.ts:3359
The ID of the tool call.
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3365
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