InputItemFunctionCallOutputItemParam interface
函数工具调用的输出。
- 扩展
属性
| call_id | 模型生成的函数工具调用的唯一 ID。 |
| id | |
| output | 函数工具调用的文本、图像或文件输出。 |
| status | |
| type | 函数工具调用输出的类型。 始终为 |
属性详细信息
call_id
模型生成的函数工具调用的唯一 ID。
call_id: string
属性值
string
id
id?: string
属性值
string
output
函数工具调用的文本、图像或文件输出。
output: string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
属性值
string | (InputTextContentParam | InputImageContentParamAutoParam | InputFileContentParam)[]
status
type
函数工具调用输出的类型。 始终为 function_call_output。
type: "function_call_output"
属性值
"function_call_output"