Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionMessageToolCall

OpenaiChatCompletionMessageToolCall

OpenaiChatCompletionMessageToolCall = object

Defined in: src/client/types.gen.ts:3306 

Properties

function?

optional function: OpenaiChatCompletionMessageToolCallFunction

Defined in: src/client/types.gen.ts:3307 


id?

optional id: string

Defined in: src/client/types.gen.ts:3311 

The ID of the tool call.


type?

optional type: string

Defined in: src/client/types.gen.ts:3315 

The type of the tool. Currently, only function is supported.

Last updated on