Type alias ExaSearchRetrieverFields<T>

ExaSearchRetrieverFields<T>: Toolkit & {
    client: Exa.default;
    searchArgs?: RegularSearchOptions & T;
}

Options for the ExaSearchResults tool.

Type Parameters

  • T extends ContentsOptions = {
        text: true;
    }

Type declaration

  • client: Exa.default
  • Optional searchArgs?: RegularSearchOptions & T

Generated using TypeDoc