()
| 336 | return inputSchema() |
| 337 | }, |
| 338 | get outputSchema(): OutputSchema { |
| 339 | return outputSchema() |
| 340 | }, |
| 341 | |
| 342 | description: async ({ skill }) => `Execute skill: ${skill}`, |
| 343 |
nothing calls this directly
no outgoing calls
no test coverage detected