()
| 17 | export interface GatewayControls { |
| 18 | isBusy(): boolean; |
| 19 | queueDepth(): number; |
| 20 | /** Abort the running turn; returns whether one was actually running. */ |
| 21 | abort(): boolean; |
| 22 | /** Drop the queue and forget the session (a fresh conversation). */ |