mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22: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
@@ -66,7 +66,7 @@ async def check_prime(nums: list[int]) -> str:
|
||||
)
|
||||
|
||||
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