RunStepFileSearchToolCallResult interface
文件搜索工具调用结果。
属性
content | 找到的结果的内容。 只有通过 include 查询参数请求时,才会包含该内容。 |
file |
找到结果的文件的 ID。 |
file |
找到结果的文件的名称。 |
score | 结果的分数。 所有值都必须是介于 0 与 1 之间的浮点数。 |
属性详细信息
content
找到的结果的内容。 只有通过 include 查询参数请求时,才会包含该内容。
content?: FileSearchToolCallContent[]
属性值
fileId
找到结果的文件的 ID。
fileId: string
属性值
string
fileName
找到结果的文件的名称。
fileName: string
属性值
string
score
结果的分数。 所有值都必须是介于 0 与 1 之间的浮点数。
score: number
属性值
number