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

Function pauseGoal

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

Source from the content-addressed store, hash-verified

563 }
564
565 async pauseGoal(input: SessionIdRpcInput): Promise<GoalSnapshot> {
566 const rpc = await this.getRpc();
567 return rpc.pauseGoal({
568 sessionId: input.sessionId,
569 agentId: this.interactiveAgentId,
570 });
571 }
572
573 async resumeGoal(input: SessionIdRpcInput): Promise<GoalSnapshot> {
574 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
pauseGoalMethod · 0.45

Tested by

no test coverage detected