pub fn tool_is_confirmable_action(tool_name: &str) -> boolExpand description
Whether tool_name is a ConfirmableActionTool rather than a pure
ClientChatbotTool: its answer runs a mutation through execute_action_tool instead
of being rendered directly by client_tool_answer_output.