Skip to content

Commit e3d7b2e

Browse files
committed
Fix instructions
1 parent 72a32e2 commit e3d7b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTRUCTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this step, you’ll create your first AI Agent with ADK. At this stage, the a
2626
```python
2727
root_agent = Agent(
2828
model="gemini-2.5-flash", # The LLM your agent will use
29-
name="grocery_shopping_agent_start", # A name for your agent
29+
name="grocery_shopping_agent",# A name for your agent
3030
instruction="", # You’ll define the agent’s instructions later
3131
tools=[ # Empty for now; you’ll add tools later
3232
# e.g. product search or add-to-cart

0 commit comments

Comments
 (0)