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

Function getGoal

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

Source from the content-addressed store, hash-verified

558 }
559
560 async getGoal(input: SessionIdRpcInput): Promise<GoalToolResult> {
561 const rpc = await this.getRpc();
562 return rpc.getGoal({ sessionId: input.sessionId, agentId: this.interactiveAgentId });
563 }
564
565 async pauseGoal(input: SessionIdRpcInput): Promise<GoalSnapshot> {
566 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
getGoalMethod · 0.45

Tested by

no test coverage detected