mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-14 01:41:25 -06:00
chore:ADK: add section comment
PiperOrigin-RevId: 766877814
This commit is contained in:
parent
7b51ae9724
commit
349a414120
@ -66,6 +66,7 @@ def check_prime(nums: list[int]) -> str:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
# --- Check Prime Sub-Agent ---
|
||||||
prime_agent = LlmAgent(
|
prime_agent = LlmAgent(
|
||||||
name="prime_agent",
|
name="prime_agent",
|
||||||
description="Handles checking if numbers are prime.",
|
description="Handles checking if numbers are prime.",
|
||||||
|
Loading…
Reference in New Issue
Block a user