()
| 50 | listSessions(): WebChatThread[]; |
| 51 | getActiveThreadId(): string; |
| 52 | createSession(): WebChatThread; |
| 53 | switchSession(threadId: string): WebChatThread | undefined; |
| 54 | renameSession(threadId: string, title: string): WebChatThread | undefined; |
| 55 | deleteSession(threadId: string): |