Settings toggle: use previous conversations as context / RAG (#66) #105

Merged
westfarn merged 1 commits from feat/66-conversation-context-rag-toggle into master 2026-08-04 06:28:12 -07:00
Owner

Summary

  • Closes #66 — Account Preferences toggle for previous-conversation context / RAG.
  • Reads/writes use_conversation_context via GET/POST /conversation_preferences (backend #33).
  • Default off; MUI tooltip explains use of previous conversations; loading + error states with revert on failed update.

Depends on

Backend PR for chat_backend#33 (merge/deploy backend first or together).

Test plan

  • Open /account/ — toggle visible under Account Preferences, off by default
  • Hover info icon — tooltip about previous conversations customizing experience
  • Toggle on — persists after reload; toggle off — persists
  • Simulate API failure — value reverts and error alert shown
  • Disable while loading/saving
## Summary - Closes [#66](https://git.aimloperations.com/ai_ml_operations/chat_web_app/issues/66) — Account Preferences toggle for previous-conversation context / RAG. - Reads/writes `use_conversation_context` via `GET/POST /conversation_preferences` (backend [#33](https://git.aimloperations.com/ai_ml_operations/chat_backend/issues/33)). - Default off; MUI tooltip explains use of previous conversations; loading + error states with revert on failed update. ## Depends on Backend PR for [chat_backend#33](https://git.aimloperations.com/ai_ml_operations/chat_backend/issues/33) (merge/deploy backend first or together). ## Test plan - [ ] Open `/account/` — toggle visible under Account Preferences, off by default - [ ] Hover info icon — tooltip about previous conversations customizing experience - [ ] Toggle on — persists after reload; toggle off — persists - [ ] Simulate API failure — value reverts and error alert shown - [ ] Disable while loading/saving
westfarn added 1 commit 2026-08-04 06:14:08 -07:00
Add settings toggle for previous-conversation context (#66).
Unit Tests / test (pull_request) Successful in 11s
317b6cd725
Wire Account Preferences to use_conversation_context via preferences API,
with tooltip copy plus loading and error handling on update.
westfarn merged commit 27b4fd7698 into master 2026-08-04 06:28:12 -07:00
westfarn deleted branch feat/66-conversation-context-rag-toggle 2026-08-04 06:28:13 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#105