(description: string)
| 18 | } |
| 19 | |
| 20 | export function createPromptRuleContent(description: string): string { |
| 21 | return `${PROMPT_PREFIX} ${description.trim()}` |
| 22 | } |
| 23 | |
| 24 | export function isClassifierPermissionsEnabled(): boolean { |
| 25 | return false |
no outgoing calls
no test coverage detected