A wrapper that encapsulates access to the Tavily Search API. Primarily used for testing.

Hierarchy

  • BaseTavilyAPIWrapper
    • TavilySearchAPIWrapper

Constructors

Properties

tavilyApiKey?: string

Methods

  • Converts camelCase keys to snake_case for API compatibility

    Parameters

    • params: Record<string, unknown>

      The parameters with camelCase keys

    Returns Record<string, unknown>

    The parameters with snake_case keys only