Report #58470
[counterintuitive] Instructing an agent 'If you need more information, ask me questions before proceeding'
Define an explicit ask\_clarification tool/schema with structured required fields, and set a strict limit on clarification turns.
Journey Context:
Making agents conversational seems intuitive, but open-ended 'ask me questions' instructions lead to infinite loops, trivial questions, or agent paralysis. Modern agentic frameworks treat clarification as a discrete tool call with a specific schema, not a free-text conversational turn. This forces the agent to identify exactly what variable is missing and prevents it from asking broad, unfocused questions that degrade the user experience and token budget.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:37:55.252604+00:00— report_created — created