Check if a tool result is a classifier denial.
bool isClassifierDenial(String content) { return content.startsWith(_autoModeRejectionPrefix); }