Documentation
README
Ask User
You now have access to the interactive_form_question tool. Use it to ask the user questions during execution.
When to Use
- Gather user preferences or requirements — before starting or when more detail is needed
- Clarify ambiguous instructions — when the request could be interpreted multiple ways
- Get decisions on implementation choices as you work — when a fork in the road requires user input
- Offer choices on direction — let the user steer when multiple valid paths exist
- Present any list of options to the user — whenever you would naturally write a numbered/bulleted list of choices for the user to pick from, use
interactive_form_questioninstead
This is the opening of the README. Read the full README on GitHub.