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

Method steer

packages/agent-core/src/rpc/core-impl.ts:609–611  ·  view source on GitHub ↗
({ sessionId, ...payload }: SessionAgentPayload<SteerPayload>)

Source from the content-addressed store, hash-verified

607 }
608
609 steer({ sessionId, ...payload }: SessionAgentPayload<SteerPayload>) {
610 return this.sessionApi(sessionId).steer(payload);
611 }
612
613 cancel({ sessionId, ...payload }: SessionAgentPayload<CancelPayload>) {
614 return this.sessionApi(sessionId).cancel(payload);

Callers

nothing calls this directly

Calls 2

sessionApiMethod · 0.95
steerMethod · 0.65

Tested by

no test coverage detected