你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChatCompletionsToolCall interface

工具调用的抽象表示形式,必须在后续请求中解析以执行请求的聊天完成。

属性

id

工具调用的 ID。

index

工具调用的索引。

type

鉴别器可能的值:函数

属性详细信息

id

工具调用的 ID。

id: string

属性值

string

index

工具调用的索引。

index?: number

属性值

number

type

鉴别器可能的值:函数

type: string

属性值

string