你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CodeInterpreterToolCallDetails interface
有关模型调用代码解释器的详细信息。
属性
input | 模型提供给代码解释器工具的输入。 |
outputs | 代码解释器工具生成的输出返回模型以响应工具调用。 |
属性详细信息
input
模型提供给代码解释器工具的输入。
input: string
属性值
string
outputs
代码解释器工具生成的输出返回模型以响应工具调用。
outputs: CodeInterpreterToolCallOutput[]