MCPcopy Create free account
hub / github.com/tiann/hapi / interruptTurn

Method interruptTurn

cli/src/codex/codexAppServerClient.ts:203–208  ·  view source on GitHub ↗
(params: TurnInterruptParams)

Source from the content-addressed store, hash-verified

201 }
202
203 async interruptTurn(params: TurnInterruptParams): Promise<TurnInterruptResponse> {
204 const response = await this.sendRequest('turn/interrupt', params, {
205 timeoutMs: 30_000
206 });
207 return response as TurnInterruptResponse;
208 }
209
210 async compactThread(
211 params: ThreadCompactStartParams,

Callers 1

interruptActiveTurnsMethod · 0.45

Calls 1

sendRequestMethod · 0.95

Tested by

no test coverage detected