* Interrupt the current assistant response.
()
| 189 | * Interrupt the current assistant response. |
| 190 | */ |
| 191 | interrupt(): void { |
| 192 | if (!this.connection) { |
| 193 | return |
| 194 | } |
| 195 | this.connection.interrupt() |
| 196 | } |
| 197 | |
| 198 | // ============================================================================ |
| 199 | // Text Input |