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

Function getPlan

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

Source from the content-addressed store, hash-verified

383 }
384
385 async getPlan(input: SessionIdRpcInput): Promise<SessionPlan> {
386 const rpc = await this.getRpc();
387 return rpc.getPlan({
388 sessionId: input.sessionId,
389 agentId: this.interactiveAgentId,
390 });
391 }
392
393 async clearPlan(input: SessionIdRpcInput): Promise<void> {
394 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
getPlanMethod · 0.45

Tested by

no test coverage detected