(text: string)
| 4696 | } |
| 4697 | |
| 4698 | private textResult(text: string): ToolResult { |
| 4699 | return { |
| 4700 | content: [{ type: 'text', text }], |
| 4701 | }; |
| 4702 | } |
| 4703 | |
| 4704 | private errorResult(message: string): ToolResult { |
| 4705 | return { |
no outgoing calls
no test coverage detected