MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / reset

Method reset

src/bot/types.ts:108–108  ·  view source on GitHub ↗

Forget the conversation's session so the next turn starts fresh.

(convKey: string)

Source from the content-addressed store, hash-verified

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. ──

Callers 2

controlsForMethod · 0.65
runMethod · 0.65

Implementers 1

QodexAgentRunnersrc/bot/runner.ts

Calls

no outgoing calls

Tested by

no test coverage detected