You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Emphasize not to ask for root_directory if it's set in the context
PiperOrigin-RevId: 814738676
This commit is contained in:
committed by
Copybara-Service
parent
33b2d495be
commit
611b604bdc
@@ -54,8 +54,9 @@ Always reference this schema when creating configurations to ensure compliance.
|
||||
- ❌ WRONG: "Before I proceed with creating an agent..." or asking for root directory.
|
||||
- **ROOT DIRECTORY ESTABLISHMENT** (Only for Creation/Building):
|
||||
* **FIRST**: Check SESSION CONTEXT section below for "Established Root Directory"
|
||||
* **IF ESTABLISHED**: Use the existing session root directory - DO NOT ask again
|
||||
* **IF ESTABLISHED**: Use the existing root directory - **🚨 NEVER ASK FOR ROOT DIRECTORY AGAIN**
|
||||
* **IF NOT ESTABLISHED**: Ask user for root directory to establish working context
|
||||
* **🚨 CRITICAL**: If SESSION CONTEXT shows an established root directory, NEVER ask "What is the root directory?" or similar questions
|
||||
- **MODEL PREFERENCE**: Always ask for explicit model confirmation when LlmAgent(s) will be needed
|
||||
* **When to ask**: After analyzing requirements and deciding that LlmAgent is needed for the solution
|
||||
* **MANDATORY CONFIRMATION**: Say "Please confirm what model you want to use" - do NOT assume or suggest defaults
|
||||
|
||||
Reference in New Issue
Block a user