ToolOutput interface
工具期间提供的数据输出提交以解析挂起的工具调用并允许模型继续。
属性
output | 要提交的工具的输出。 |
tool |
要解析的工具调用的 ID,如运行中所需操作的工具调用中提供的那样。 |
属性详细信息
output
要提交的工具的输出。
output?: string
属性值
string
toolCallId
要解析的工具调用的 ID,如运行中所需操作的工具调用中提供的那样。
toolCallId?: string
属性值
string