MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / clearPlan

Function clearPlan

packages/node-sdk/src/rpc.ts:393–399  ·  view source on GitHub ↗
(input: SessionIdRpcInput)

Source from the content-addressed store, hash-verified

391 }
392
393 async clearPlan(input: SessionIdRpcInput): Promise<void> {
394 const rpc = await this.getRpc();
395 await rpc.clearPlan({
396 sessionId: input.sessionId,
397 agentId: this.interactiveAgentId,
398 });
399 }
400
401 async compact(input: SessionIdRpcInput & CompactOptions): Promise<void> {
402 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
clearPlanMethod · 0.45

Tested by

no test coverage detected