概要
SerpAPI ツールを使用すると、SerpAPI の機能を活用してウェブ検索ができます。クエリに基づいて関連情報を取得するためのシンプルなインターフェースを提供します。主な機能
SERPAPI_SEARCH- クエリ文字列を使ってウェブ上の情報を検索
- 入力に基づいて関連する検索結果を取得
- 質問への回答や要約などの取得も可能
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SerpAPI を使ってウェブ検索を行う
SERPAPI_SEARCH
- id: serpapi_search
tool: SERPAPI_SEARCH
config:
- name: token
value: "{{secrets.SERPAPI_API_KEY}}"
input:
- name: query
value: What is the capital of France?
- name: engine
value: google