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

Function setThinking

packages/node-sdk/src/rpc.ts:324–331  ·  view source on GitHub ↗
(input: SetSessionThinkingRpcInput)

Source from the content-addressed store, hash-verified

322 }
323
324 async setThinking(input: SetSessionThinkingRpcInput): Promise<void> {
325 const rpc = await this.getRpc();
326 return rpc.setThinking({
327 sessionId: input.sessionId,
328 agentId: this.interactiveAgentId,
329 effort: input.effort,
330 });
331 }
332
333 async setPermission(input: SetSessionPermissionRpcInput): Promise<void> {
334 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
setThinkingMethod · 0.45

Tested by

no test coverage detected