diff --git a/templates/gemini-functions-agent/README.md b/templates/gemini-functions-agent/README.md index 16935c6298e..6ee68495344 100644 --- a/templates/gemini-functions-agent/README.md +++ b/templates/gemini-functions-agent/README.md @@ -5,17 +5,15 @@ This template creates an agent that uses Google Gemini function calling to commu This example creates an agent that can optionally look up information on the internet using Tavily's search engine. +[See an example LangSmith trace here](https://smith.langchain.com/public/0ebf1bd6-b048-4019-b4de-25efe8d3d18c/r) + ## Environment Setup The following environment variables need to be set: -Set the `TAVILY_API_KEY` environment variable to access Tavily. +Set the `TAVILY_API_KEY` environment variable to access Tavily -You will also need to authenticate with Google: - -```shell -gcloud auth application-default login -``` +Set the `GOOGLE_API_KEY` environment variable to access the Google Gemini APIs. ## Usage