()
| 92 | pluginId: Schema.String, |
| 93 | }) { |
| 94 | override get message(): string { |
| 95 | return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`; |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | // --------------------------------------------------------------------------- |