Share via


RunStepFileSearchToolCallResultOutput 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?: FileSearchToolCallContentOutput[]

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