From d9d2276c7f35514672c1c08e27b29eb57b98571a Mon Sep 17 00:00:00 2001 From: eliasecchig Date: Fri, 31 Jan 2025 18:51:33 +0100 Subject: [PATCH] fix: starter pack live api async tool calls --- .../app/patterns/multimodal_live_agent/app/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemini/sample-apps/e2e-gen-ai-app-starter-pack/app/patterns/multimodal_live_agent/app/agent.py b/gemini/sample-apps/e2e-gen-ai-app-starter-pack/app/patterns/multimodal_live_agent/app/agent.py index ff2f13279b3..1720ad739b8 100644 --- a/gemini/sample-apps/e2e-gen-ai-app-starter-pack/app/patterns/multimodal_live_agent/app/agent.py +++ b/gemini/sample-apps/e2e-gen-ai-app-starter-pack/app/patterns/multimodal_live_agent/app/agent.py @@ -53,7 +53,7 @@ async def retrieve_docs(query: str) -> Dict[str, str]: """ Retrieves pre-formatted documents about MLOps (Machine Learning Operations), Gen AI lifecycle, and production deployment best practices. - You should always warn the user that this tool might take few seconds. + Args: query: Search query string related to MLOps, Gen AI, or production deployment.