(aiChatId: string)
| 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 | // ===== 消息 ===== |
| 125 | getMessages(aiChatId: string): Promise<AIMessage[]> |
no outgoing calls
no test coverage detected