pub const ASK_QUESTION_TOOL_NAME: &str = "ask_question";Expand description
The ask_question tool name the turn loop recognizes to trigger the
question-pause phase.
Kept in sync with polyc_tools::ask_question::TOOL_NAME by a cross-crate
test in that crate (see the module doc for why it’s not imported
directly).