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

Function updateAIChatTitle

apps/desktop/main/ai/chats.ts:60–62  ·  view source on GitHub ↗
(aiChatId: string, title: string)

Source from the content-addressed store, hash-verified

58}
59
60export function updateAIChatTitle(aiChatId: string, title: string) {
61 return getManager().updateAIChatTitle(aiChatId, title)
62}
63
64export function deleteAIChat(aiChatId: string) {
65 return getManager().deleteAIChat(aiChatId)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
updateAIChatTitleMethod · 0.65

Tested by

no test coverage detected