你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CodeInterpreterLogOutput interface
代码解释器工具为响应模型的工具调用而发出的日志输出的表示形式。
属性
logs | 代码解释器发出的序列化日志输出。 |
type | 对象类型,始终为“logs”。 |
属性详细信息
logs
代码解释器发出的序列化日志输出。
logs: string
属性值
string
type
对象类型,始终为“logs”。
type: "logs"
属性值
"logs"