(text: string)
| 4933 | } |
| 4934 | |
| 4935 | private textResult(text: string): ToolResult { |
| 4936 | return { |
| 4937 | content: [{ type: 'text', text }], |
| 4938 | }; |
| 4939 | } |
| 4940 | |
| 4941 | private errorResult(message: string): ToolResult { |
| 4942 | return { |
no outgoing calls
no test coverage detected