From 858d3af697cc91ca288296b394351dc377f8ae6b Mon Sep 17 00:00:00 2001 From: Akshit Sharma Date: Wed, 9 Sep 2026 00:56:10 +0530 Subject: [PATCH] Update agent name in multi-tool agent tutorial --- docs/tutorials/multi-tool-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/multi-tool-agent.md b/docs/tutorials/multi-tool-agent.md index eb6cfa1a3a..197af9bf49 100644 --- a/docs/tutorials/multi-tool-agent.md +++ b/docs/tutorials/multi-tool-agent.md @@ -458,7 +458,7 @@ including Gemini Enterprise Agent Platform, see the piping text to the command like so: ```shell - echo "Please start by listing files" | adk run file_listing_agent + echo "Please start by listing files" | adk run multi_tool_agent ``` Run the following command, to chat with your Weather agent.