RespondDecision()Response when a human answers on behalf of the tool, skipping execution.
Used for "ask user" style tools whose real implementation is the human's
response. The tool is not executed; instead, a synthetic ToolMessage with
status="success" and the provided message is returned to the model.