FileSearchToolCallResults interface
model interface FileSearchToolCallResults
Properties
| attributes | Additional attributes of the file. |
| filename | The name of the file. |
| file_id | The unique ID of the file. |
| score | The relevance score of the file - a value between 0 and 1. |
| text | The text that was retrieved from the file. |
Property Details
attributes
Additional attributes of the file.
attributes?: VectorStoreFileAttributes
Property Value
filename
The name of the file.
filename?: string
Property Value
string
file_id
The unique ID of the file.
file_id?: string
Property Value
string
score
The relevance score of the file - a value between 0 and 1.
score?: number
Property Value
number
text
The text that was retrieved from the file.
text?: string
Property Value
string