Update samples for async session changes and remove exp suffix from gemini model

PiperOrigin-RevId: 759364113
This commit is contained in:
Selcuk Gun
2025-05-15 17:11:32 -07:00
committed by Copybara-Service
parent 04820cb0a7
commit 01cf186299
7 changed files with 8 additions and 112 deletions

View File

@@ -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'