()
| 70 | return `RemoteTrigger ${input.action}${input.trigger_id ? ` ${input.trigger_id}` : ''}` |
| 71 | }, |
| 72 | async description() { |
| 73 | return DESCRIPTION |
| 74 | }, |
| 75 | async prompt() { |
| 76 | return PROMPT |
| 77 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected