You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
d87feb8ddb
PiperOrigin-RevId: 793871778
10 lines
536 B
YAML
10 lines
536 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/google/adk-python/refs/heads/main/src/google/adk/agents/config_schemas/AgentConfig.json
|
|
name: assistant_agent
|
|
model: gemini-2.5-flash
|
|
description: A helper agent that can answer users' questions.
|
|
instruction: |
|
|
You are an agent to help answer users' various questions.
|
|
|
|
1. If the user's intention is not clear, ask clarifying questions to better understand their needs.
|
|
2. Once the intention is clear, provide accurate and helpful answers to the user's questions.
|