From d9e7675f7e7dc8faa9066e22fc3f06f2a4de89d2 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 9 Feb 2024 14:10:23 -0800 Subject: [PATCH] templates: gemini-functions-agent readme update (#17288) --- templates/gemini-functions-agent/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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