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.