mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-19 03:42:22 -06:00
Update samples for async session changes and remove exp suffix from gemini model
PiperOrigin-RevId: 759364113
This commit is contained in:
committed by
Copybara-Service
parent
04820cb0a7
commit
01cf186299
@@ -145,7 +145,7 @@ def after_tool_cb3(tool, args, tool_context, tool_response):
|
||||
|
||||
|
||||
root_agent = Agent(
|
||||
model='gemini-2.0-flash-exp',
|
||||
model='gemini-2.0-flash',
|
||||
name='data_processing_agent',
|
||||
description=(
|
||||
'hello world agent that can roll a dice of 8 sides and check prime'
|
||||
|
||||
Reference in New Issue
Block a user