llama-index-integrations/tools/llama-index-tools-google/README.md
# pip install llama-index-tools-google
from llama_index.tools.google import GmailToolSpec
from llama_index.tools.google import GoogleCalendarToolSpec
from llama_index.tools.google import GoogleSearchToolSpec
google_spec = GoogleSearchToolSpec(key="your-key", engine="your-engine")
key collected from your service consoleengine which represents the search engine to use, you can create a custom search
engine herecredentials.json in the same directory as the runnable agent.