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

Hierarchy

  • BaseTavilyAPIWrapper
    • TavilyExtractAPIWrapper

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