Search for relevant content from uploaded files.

Hierarchy (view full)

Constructors

Properties

[PROVIDER_TOOL_SYMBOL]: true
[TOOL_SYMBOL]: true
filters: undefined | null | ComparisonFilter | CompoundFilter

Filter to apply to file search results.

id: string

Stable identifier used to key the tool inside a ToolContext. For function tools this mirrors name; for provider tools this is the provider tool id.

maxNumResults: undefined | number

Maximum number of results to return.

rankingOptions: undefined | RankingOptions

Ranking options for search.

type: "provider"
vectorStoreIds: string[]

IDs of the vector stores to search.

Methods