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

Function renameSession

packages/node-sdk/src/rpc.ts:192–198  ·  view source on GitHub ↗
(input: RenameSessionInput)

Source from the content-addressed store, hash-verified

190 }
191
192 async renameSession(input: RenameSessionInput): Promise<void> {
193 const rpc = await this.getRpc();
194 return rpc.renameSession({
195 sessionId: input.id,
196 title: input.title,
197 });
198 }
199
200 async exportSession(input: ExportSessionInput): Promise<ExportSessionResult> {
201 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45
renameSessionMethod · 0.45

Tested by

no test coverage detected