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

Method createAIChat

src/services/ai/types.ts:120–120  ·  view source on GitHub ↗
(sessionId: string, title: string | undefined, assistantId: string)

Source from the content-addressed store, hash-verified

118 getAIChat(aiChatId: string): Promise<AIChat | null>
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

Callers 7

registerAiChatRoutesFunction · 0.65
seedToolHeavyChatFunction · 0.65
compressor.test.tsFile · 0.65
chats.test.tsFile · 0.65
createAIChatFunction · 0.65
resolveAIChatTargetFunction · 0.65
sendMessageFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by 1

seedToolHeavyChatFunction · 0.52