mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
feat(config): Adds CustomAgentConfig to support user-defined agents in config
PiperOrigin-RevId: 787148485
This commit is contained in:
committed by
Copybara-Service
parent
1778490e64
commit
a3ff21eb0b
@@ -555,8 +555,7 @@ class TestAgentLoader:
|
||||
|
||||
# Create invalid YAML content with wrong field name
|
||||
invalid_yaml_content = dedent("""
|
||||
agent_type: LlmAgent
|
||||
name: invalid_yaml_test_agent
|
||||
not_exist_field: invalid_yaml_test_agent
|
||||
model: gemini-2.0-flash
|
||||
instruction: You are a test agent with invalid YAML
|
||||
""")
|
||||
|
||||
Reference in New Issue
Block a user