()
| 50 | searchHint: 'create a task in the task list', |
| 51 | maxResultSizeChars: 100_000, |
| 52 | async description() { |
| 53 | return DESCRIPTION |
| 54 | }, |
| 55 | async prompt() { |
| 56 | return getPrompt() |
| 57 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected