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

Function createAIChat

apps/desktop/main/ai/chats.ts:44–46  ·  view source on GitHub ↗
(sessionId: string, title: string | undefined, assistantId: string)

Source from the content-addressed store, hash-verified

42}
43
44export function createAIChat(sessionId: string, title: string | undefined, assistantId: string) {
45 return getManager().createAIChat(sessionId, title, assistantId)
46}
47
48export function getAIChatCountsBySession() {
49 return getManager().getAIChatCountsBySession()

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
createAIChatMethod · 0.65

Tested by

no test coverage detected