()
| 106 | pluginId: Schema.String, |
| 107 | }) { |
| 108 | override get message(): string { |
| 109 | return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`; |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | // --------------------------------------------------------------------------- |