Skip to content

Commit 94c0aca

Browse files
hangfeicopybara-github
authored andcommitted
ADK: Rename the root agent in the example to match the example name.
This makes logs a bit less confusing. PiperOrigin-RevId: 766312673
1 parent 1db601c commit 94c0aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contributing/samples/simple_sequential_agent

contributing/samples/simple_sequential_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def check_prime(nums: list[int]) -> str:
8888
)
8989

9090
root_agent = SequentialAgent(
91-
name="code_pipeline_agent",
91+
name="simple_sequential_agent",
9292
sub_agents=[roll_agent, prime_agent],
9393
# The agents will run in the order provided: roll_agent -> prime_agent
9494
)

0 commit comments

Comments
 (0)