mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
chore: Update agent.py
Merge https://github.com/google/adk-python/pull/1136 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1136 from google:hangfei-patch-1 63ff81eb2f152cf74a8a610562999101a6362ef8 PiperOrigin-RevId: 766913586
This commit is contained in:
parent
0127c3f9d8
commit
e21ea161f5
@ -68,7 +68,7 @@ async def check_prime(nums: list[int]) -> str:
|
||||
|
||||
root_agent = Agent(
|
||||
model='gemini-2.0-flash',
|
||||
name='data_processing_agent',
|
||||
name='hello_world_agent',
|
||||
description=(
|
||||
'hello world agent that can roll a dice of 8 sides and check prime'
|
||||
' numbers.'
|
||||
|
Loading…
Reference in New Issue
Block a user