()
| 112 | maxResultSizeChars: 100_000, |
| 113 | shouldDefer: true, |
| 114 | async description() { |
| 115 | return DESCRIPTION; |
| 116 | }, |
| 117 | async prompt() { |
| 118 | const format = getQuestionPreviewFormat(); |
| 119 | if (format === undefined) { |
nothing calls this directly
no outgoing calls
no test coverage detected