chore:ADK: add section comment

PiperOrigin-RevId: 766877814
This commit is contained in:
Hangfei Lin 2025-06-03 16:57:11 -07:00 committed by Copybara-Service
parent 7b51ae9724
commit 349a414120

View File

@ -66,6 +66,7 @@ def check_prime(nums: list[int]) -> str:
)
# --- Check Prime Sub-Agent ---
prime_agent = LlmAgent(
name="prime_agent",
description="Handles checking if numbers are prime.",