()
| 99 | pluginId: Schema.String, |
| 100 | }) { |
| 101 | override get message(): string { |
| 102 | return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`; |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | // --------------------------------------------------------------------------- |