CF Workers Telegram Bot - v12.6.20
    Preparing search index...

    Function createTavilySearchTool

    • Parameters

      • apiKey: string

      Returns {
          description: string;
          function: (args: { q?: string; query?: string }) => Promise<any>;
          name: string;
          parameters: {
              properties: { query: { description: string; type: string } };
              required: string[];
              type: string;
          };
      }