Skip to content

Commit 626d9ba

Browse files
committed
model updated for human in loop
1 parent b9b85e1 commit 626d9ba

File tree

1 file changed

+1
-1
lines changed
  • typescript-sdk/integrations/adk-middleware/examples/human_in_the_loop

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/adk-middleware/examples/human_in_the_loop/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
human_in_loop_agent = Agent(
40-
model='gemini-1.5-flash',
40+
model='gemini-2.5-flash',
4141
name='human_in_loop_agent',
4242
instruction=f"""
4343
You are a human-in-the-loop task planning assistant that helps break down complex tasks into manageable steps with human oversight and approval.

0 commit comments

Comments
 (0)