mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore(config): add the public URL of JSON schema file to template
PiperOrigin-RevId: 791983175
This commit is contained in:
committed by
Copybara-Service
parent
d9ce2e691c
commit
e0a8355219
@@ -37,6 +37,7 @@ root_agent = Agent(
|
||||
"""
|
||||
|
||||
_AGENT_CONFIG_TEMPLATE = """\
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/google/adk-python/refs/heads/main/src/google/adk/agents/config_schemas/AgentConfig.json
|
||||
name: root_agent
|
||||
description: A helpful assistant for user questions.
|
||||
instruction: Answer user questions to the best of your knowledge
|
||||
|
||||
Reference in New Issue
Block a user