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

Method updateAIChatTitle

src/services/ai/types.ts:121–121  ·  view source on GitHub ↗
(aiChatId: string, title: string)

Source from the content-addressed store, hash-verified

119 getAIChats(sessionId: string): Promise<AIChat[]>
120 createAIChat(sessionId: string, title: string | undefined, assistantId: string): Promise<AIChat>
121 updateAIChatTitle(aiChatId: string, title: string): Promise<boolean>
122 deleteAIChat(aiChatId: string): Promise<boolean>
123
124 // ===== 消息 =====

Callers 2

registerAiChatRoutesFunction · 0.65
updateAIChatTitleFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected