(input)
| 112 | return true |
| 113 | }, |
| 114 | toAutoClassifierInput(input) { |
| 115 | const parts = [input.taskId] |
| 116 | if (input.status) parts.push(input.status) |
| 117 | if (input.subject) parts.push(input.subject) |
| 118 | return parts.join(' ') |
| 119 | }, |
| 120 | renderToolUseMessage() { |
| 121 | return null |
| 122 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected