(aiChatId: string, title: string)
| 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 | |
| 124 | // ===== 消息 ===== |
no outgoing calls
no test coverage detected