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

Method steer

packages/node-sdk/src/session.ts:133–139  ·  view source on GitHub ↗
(input: string | PromptInput)

Source from the content-addressed store, hash-verified

131 }
132
133 async steer(input: string | PromptInput): Promise<void> {
134 this.ensureOpen();
135 await this.rpc.steer({
136 sessionId: this.id,
137 input: normalizePromptInput(input),
138 });
139 }
140
141 async swarm(input: string | PromptInput): Promise<void> {
142 this.ensureOpen();

Callers

nothing calls this directly

Calls 3

ensureOpenMethod · 0.95
normalizePromptInputFunction · 0.85
steerMethod · 0.65

Tested by

no test coverage detected