你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChatRequestToolMessage interface
表示已配置工具请求的输出的请求聊天消息。
- Extends
属性
content | 消息的内容。 |
role | 与此消息关联的聊天角色,它始终是工具消息的“工具”。 |
tool |
由提供的内容解析的工具调用的 ID。 |
属性详细信息
content
消息的内容。
content: null | string
属性值
null | string
role
与此消息关联的聊天角色,它始终是工具消息的“工具”。
role: "tool"
属性值
"tool"
toolCallId
由提供的内容解析的工具调用的 ID。
toolCallId: string
属性值
string