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

RunStepFileSearchToolCallResult interface

文件搜索工具调用结果。

属性

content

找到的结果的内容。 只有通过 include 查询参数请求时,才会包含该内容。

fileId

找到结果的文件的 ID。

fileName

找到结果的文件的名称。

score

结果的分数。 所有值都必须是介于 0 与 1 之间的浮点数。

属性详细信息

content

找到的结果的内容。 只有通过 include 查询参数请求时,才会包含该内容。

content?: FileSearchToolCallContent[]

属性值

fileId

找到结果的文件的 ID。

fileId: string

属性值

string

fileName

找到结果的文件的名称。

fileName: string

属性值

string

score

结果的分数。 所有值都必须是介于 0 与 1 之间的浮点数。

score: number

属性值

number