We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a32e2 commit e3d7b2eCopy full SHA for e3d7b2e
INSTRUCTIONS.md
@@ -26,7 +26,7 @@ In this step, you’ll create your first AI Agent with ADK. At this stage, the a
26
```python
27
root_agent = Agent(
28
model="gemini-2.5-flash", # The LLM your agent will use
29
- name="grocery_shopping_agent_start", # A name for your agent
+ name="grocery_shopping_agent",# A name for your agent
30
instruction="", # You’ll define the agent’s instructions later
31
tools=[ # Empty for now; you’ll add tools later
32
# e.g. product search or add-to-cart
0 commit comments