Interface ToolExaAiSearch

ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding. This data type is not supported in Gemini API.

interface ToolExaAiSearch {
    apiKey?: string;
    customConfigs?: Record<string, unknown>;
}

Properties

apiKey?: string

Required. The API key for ExaAiSearch.

customConfigs?: Record<string, unknown>

Optional. This field can be used to pass any parameter from the Exa.ai Search API.