Tool: ask_user
Description: Request clarification or input from the user whenever there is uncertainty, ambiguity, missing information, or multiple valid options. Returns the user's response as a string.
Argument | Type | Description |
---|---|---|
question | str | The question to ask the user. |
Returns | str | The user's response as a string (e.g., "Yes", "No", "Some detailed answer...") |
Example usage: ask_user(question="Do you want to proceed?")
generated by janito.dev