(content: string)
| 255 | * Used by the UI to render a short summary instead of the full message. |
| 256 | */ |
| 257 | export function isClassifierDenial(content: string): boolean { |
| 258 | return content.startsWith(AUTO_MODE_REJECTION_PREFIX) |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Build a rejection message for auto mode classifier denials. |
no outgoing calls
no test coverage detected