* Reject the current action. * * Use when you want to deny a tool, command, or other action.
()
| 356 | * Use when you want to deny a tool, command, or other action. |
| 357 | */ |
| 358 | reject(): void { |
| 359 | this.sendResponse("noButtonClicked") |
| 360 | } |
| 361 | |
| 362 | /** |
| 363 | * Send a text response. |
no test coverage detected