ChatCompletionsToolCall interface
A function tool call requested by the AI model.
Properties
function | The details of the function call requested by the AI model. |
id | The ID of the tool call. |
type | The type of tool call. Currently, only |
Property Details
function
The details of the function call requested by the AI model.
function: FunctionCall
Property Value
id
The ID of the tool call.
id: string
Property Value
string
type
The type of tool call. Currently, only function
is supported.
type: "function"
Property Value
"function"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript