(input: SessionIdRpcInput)
| 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(); |