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

InputItemFunctionCallOutputItemParam interface

函数工具调用的输出。

扩展

属性

call_id

模型生成的函数工具调用的唯一 ID。

id
output

函数工具调用的文本、图像或文件输出。

status
type

函数工具调用输出的类型。 始终为 function_call_output

属性详细信息

call_id

模型生成的函数工具调用的唯一 ID。

call_id: string

属性值

string

id

id?: string

属性值

string

output

函数工具调用的文本、图像或文件输出。

output: string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]

属性值

status

status?: FunctionCallItemStatus

属性值

type

函数工具调用输出的类型。 始终为 function_call_output

type: "function_call_output"

属性值

"function_call_output"