()
| 142 | // ==================== 会话管理 ==================== |
| 143 | |
| 144 | getSessions(): Promise<AnalysisSession[]> |
| 145 | getSession(sessionId: string): Promise<AnalysisSession | null> |
| 146 | deleteSession(sessionId: string): Promise<boolean> |
| 147 | renameSession(sessionId: string, newName: string): Promise<boolean> |
no outgoing calls
no test coverage detected