From 467df1a36f3ded1a0e324defcd94c557871c9190 Mon Sep 17 00:00:00 2001 From: Yujun Zou Date: Mon, 8 Sep 2025 13:01:12 -0700 Subject: [PATCH] docs: Update root_agent description for clarity Update description as: Coordinator agent to greet users. PiperOrigin-RevId: 804553925 --- contributing/samples/multi_agent_llm_config/root_agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/multi_agent_llm_config/root_agent.yaml b/contributing/samples/multi_agent_llm_config/root_agent.yaml index ba819256..8002f002 100644 --- a/contributing/samples/multi_agent_llm_config/root_agent.yaml +++ b/contributing/samples/multi_agent_llm_config/root_agent.yaml @@ -2,7 +2,7 @@ agent_class: LlmAgent model: gemini-2.5-flash name: root_agent -description: Iterative writing pipeline agent. +description: Coordinator agent to greet users. # global_instruction: You are DicePrimeBot, ready to roll dice and check prime numbers. instruction: | You are a helpful assistant that can roll dice and check if numbers are prime.