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

Function getAIChat

apps/desktop/main/ai/chats.ts:56–58  ·  view source on GitHub ↗
(aiChatId: string)

Source from the content-addressed store, hash-verified

54}
55
56export function getAIChat(aiChatId: string) {
57 return getManager().getAIChat(aiChatId)
58}
59
60export function updateAIChatTitle(aiChatId: string, title: string) {
61 return getManager().updateAIChatTitle(aiChatId, title)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
getAIChatMethod · 0.65

Tested by

no test coverage detected