MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / renameSession

Method renameSession

src/services/data/types.ts:147–147  ·  view source on GitHub ↗
(sessionId: string, newName: string)

Source from the content-addressed store, hash-verified

145 getSession(sessionId: string): Promise<AnalysisSession | null>
146 deleteSession(sessionId: string): Promise<boolean>
147 renameSession(sessionId: string, newName: string): Promise<boolean>
148 updateSessionOwnerId(sessionId: string, ownerId: string | null): Promise<boolean>
149 tryApplyOwnerProfile(sessionId: string): Promise<ApplyOwnerProfileResult>
150 setOwnerAndApplyProfile(sessionId: string, ownerPlatformId: string): Promise<SetOwnerAndApplyProfileResult>

Callers 2

registerSessionRoutesFunction · 0.65
renameSessionFunction · 0.65

Implementers 1

FetchDataAdaptersrc/services/data/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected