()
| 74 | pluginId: Schema.String, |
| 75 | }) { |
| 76 | override get message(): string { |
| 77 | return `Plugin "${this.pluginId}" has no invokeTool handler for tool: ${this.address}`; |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | // --------------------------------------------------------------------------- |