Commit e6d66a2
committed
Simpler stateless chat interface that focuses on document-based assistance
- Replace conversation-based chat system with direct assistant API calls
- Remove ConversationList component and related conversation state management
- Switch from continueConversation to sendAssistantMessage API endpoint
- Track current messages and response IDs instead of full conversations
- Remove conversation creation, deletion, and title updating functionality
- Simplify UI by removing conversation list toggle and management buttons
- Update welcome message to focus on document-based Q&A instead of bipolar treatment
- Maintain backward compatibility by keeping Conversation interface export
- Remove DOM content extraction and page content tracking
- Streamline message handling with direct assistant responses1 parent ff13ad4 commit e6d66a2
2 files changed
+156
-243
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
270 | 284 | | |
271 | 285 | | |
272 | 286 | | |
| |||
279 | 293 | | |
280 | 294 | | |
281 | 295 | | |
282 | | - | |
| 296 | + | |
| 297 | + | |
283 | 298 | | |
0 commit comments