9 lines
484 B
Markdown
9 lines
484 B
Markdown
# AGENTS
|
|
|
|
## User clarification
|
|
|
|
- Prefer using the `question` tool when you need a user decision, preference, approval, or missing input before proceeding.
|
|
- Do not end the turn just to ask for a response if the `question` tool is available and appropriate.
|
|
- Favor concise multiple-choice options, and rely on the tool's built-in free-text fallback when needed.
|
|
- Only fall back to a normal conversational question when the `question` tool is unavailable or clearly not a good fit.
|