(sessionId: string, title: string | undefined, assistantId: string)
| 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 |
no outgoing calls