8000 Update README.md (#193) · orclight/adk-python@290058e · GitHub
[go: up one dir, main page]

Skip to content

Commit 290058e

Browse files
authored
Update README.md (google#193)
* Update README.md
1 parent 3e85df2 commit 290058e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Define a multi-agent system with coordinator agent, greeter agent, and task exec
7979
from google.adk.agents import LlmAgent, BaseAgent
8080

8181
# Define individual agents
82-
greeter = LlmAgent(name="Greeter", model="gemini-2.0-flash")
83-
task_executor = CustomAgent(name="TaskExecutor") # A subclass of BaseAgent, as a Non-LLM agent.
82+
greeter = LlmAgent(name="greeter", model="gemini-2.0-flash", ... 4E1F )
83+
task_executor = LlmAgent(name="task_executor", model="gemini-2.0-flash", ...)
8484

8585
# Create parent agent and assign children via sub_agents
8686
coordinator = LlmAgent(

0 commit comments

Comments
 (0)
0