Tool for the Exa search API.

Type Parameters

  • T extends ContentsOptions = {
        text: true;
    }

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

description: string = "A wrapper around Exa Search. Input should be an Exa-optimized query. Output is a JSON array of the query results"
name: string = "exa_search_results_json"
searchArgs?: BaseSearchOptions & {
    type?: string;
    useAutoprompt?: boolean;
} & T