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

Function resumeGoal

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

Source from the content-addressed store, hash-verified

571 }
572
573 async resumeGoal(input: SessionIdRpcInput): Promise<GoalSnapshot> {
574 const rpc = await this.getRpc();
575 return rpc.resumeGoal({
576 sessionId: input.sessionId,
577 agentId: this.interactiveAgentId,
578 });
579 }
580
581 async cancelGoal(input: SessionIdRpcInput): Promise<GoalSnapshot> {
582 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
resumeGoalMethod · 0.45

Tested by

no test coverage detected