Serpapi
Prerequisites
pip install -U google-search-resultsexport SERPAPI_API_KEY=***Example
from bitca.agent import Agent
from bitca.tools.serpapi_tools import SerpApiTools
agent = Agent(tools=[SerpApiTools()])
agent.print_response("Whats happening in the USA?", markdown=True)Toolkit Params
Parameter
Type
Default
Description
Toolkit Functions
Function
Description
Last updated