(text: string)
| 4547 | } |
| 4548 | |
| 4549 | private textResult(text: string): ToolResult { |
| 4550 | return { |
| 4551 | content: [{ type: 'text', text }], |
| 4552 | }; |
| 4553 | } |
| 4554 | |
| 4555 | private errorResult(message: string): ToolResult { |
| 4556 | return { |
no outgoing calls
no test coverage detected