Forget the conversation's session so the next turn starts fresh.
(convKey: string)
| 106 | runTurn(convKey: string, userText: string, sink: TurnSink, signal: AbortSignal): Promise<string>; |
| 107 | /** Forget the conversation's session so the next turn starts fresh. */ |
| 108 | reset?(convKey: string): Promise<void>; |
| 109 | |
| 110 | // ── Optional capabilities. A command that needs one degrades gracefully ("not supported here") |
| 111 | // when the runner doesn't implement it — so a minimal/fake runner still works. ── |
no outgoing calls
no test coverage detected