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

RunStepFileSearchToolCallResult interface

File search tool call result.

Properties

content

The content of the result that was found. The content is only included if requested via the include query parameter.

fileId

The ID of the file that result was found in.

fileName

The name of the file that result was found in.

score

The score of the result. All values must be a floating point number between 0 and 1.

Property Details

content

The content of the result that was found. The content is only included if requested via the include query parameter.

content?: FileSearchToolCallContent[]

Property Value

fileId

The ID of the file that result was found in.

fileId: string

Property Value

string

fileName

The name of the file that result was found in.

fileName: string

Property Value

string

score

The score of the result. All values must be a floating point number between 0 and 1.

score: number

Property Value

number