()
| 75 | return input.subject |
| 76 | }, |
| 77 | renderToolUseMessage() { |
| 78 | return null |
| 79 | }, |
| 80 | async call({ subject, description, activeForm, metadata }, context) { |
| 81 | const taskId = await createTask(getTaskListId(), { |
| 82 | subject, |
nothing calls this directly
no outgoing calls
no test coverage detected