ADK for TypeScript: API Reference
    Preparing search index...

    Interface SearchEngineParams

    interface SearchEngineParams {
        bypassMultiToolsLimit?: boolean;
        dataStoreId?: undefined;
        dataStoreSpecs?: VertexAISearchDataStoreSpec[];
        filter?: string;
        maxResults?: number;
        searchEngineId: string;
    }

    Hierarchy

    • BaseVertexAiSearchToolParams
      • SearchEngineParams

    Properties

    bypassMultiToolsLimit?: boolean
    dataStoreId?: undefined
    dataStoreSpecs?: VertexAISearchDataStoreSpec[]
    filter?: string
    maxResults?: number
    searchEngineId: string