MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / updateAIChatTitle

Method updateAIChatTitle

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

Source from the content-addressed store, hash-verified

43 }
44
45 async updateAIChatTitle(aiChatId: string, title: string): Promise<boolean> {
46 return put<boolean>(`/ai/chats/${aiChatId}/title`, { title })
47 }
48
49 async deleteAIChat(aiChatId: string): Promise<boolean> {
50 return del<boolean>(`/ai/chats/${aiChatId}`)

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected