OpenaiChatCompletionMessageToolCall
OpenaiChatCompletionMessageToolCall =
object
Defined in: src/client/types.gen.ts:3306
Properties
function?
optionalfunction:OpenaiChatCompletionMessageToolCallFunction
Defined in: src/client/types.gen.ts:3307
id?
optionalid:string
Defined in: src/client/types.gen.ts:3311
The ID of the tool call.
type?
optionaltype:string
Defined in: src/client/types.gen.ts:3315
The type of the tool. Currently, only function is supported.
Last updated on