Type alias ExaSearchRetrieverFields<T>
ExaSearchRetrieverFields<T>: Toolkit & { client: Exa.default; searchArgs?: RegularSearchOptions & T; } Type Parameters
T extends ContentsOptions = {
text: true;
}
Type declaration
client: Exa.default
Optional
searchArgs?: RegularSearchOptions & T
Options for the ExaSearchResults tool.