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

RunStepDeltaSharepointToolCall interface

表示流式处理运行步骤中的 SharePoint 工具调用。

扩展

属性

sharepointGrounding

SharePoint 工具输入和输出。

type

对象类型,始终为“sharepoint_grounding”

继承属性

id

工具调用的 ID,用于将输出提交到运行。

index

运行步骤的tool_calls数组中工具调用详细信息的索引。

属性详细信息

sharepointGrounding

SharePoint 工具输入和输出。

sharepointGrounding: Record<string, string>

属性值

Record<string, string>

type

对象类型,始终为“sharepoint_grounding”

type: "sharepoint_grounding"

属性值

"sharepoint_grounding"

继承属性详细信息

id

工具调用的 ID,用于将输出提交到运行。

id: string

属性值

string

继承自 RunStepDeltaToolCall.id

index

运行步骤的tool_calls数组中工具调用详细信息的索引。

index: number

属性值

number

继承自RunStepDeltaToolCall.index