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

CodeInterpreterToolCall interface

调用代码解释器工具的记录,由模型在计算定义的工具时发出,表示代码解释器使用和发出的输入和输出。

属性

codeInterpreter

代码解释器工具的工具调用的详细信息。

id

工具调用的 ID。 提交工具输出时必须引用此 ID。

type

对象类型,始终为“code_interpreter”。

属性详细信息

codeInterpreter

代码解释器工具的工具调用的详细信息。

codeInterpreter: CodeInterpreterToolCallDetails

属性值

id

工具调用的 ID。 提交工具输出时必须引用此 ID。

id: string

属性值

string

type

对象类型,始终为“code_interpreter”。

type: "code_interpreter"

属性值

"code_interpreter"