Add a settings toggle (off by default) for enabling previous-conversation context / RAG.
Wire toggle to the backend user-account flag from chat_backend#33 (read + update via settings API).
Show a tooltip that explains: this will use previous conversations to better customize the experience.
Reflect current account value when settings load; persist changes when the user toggles.
Acceptance criteria
Toggle visible in user settings / account preferences
Default state is off for new users and when flag is unset
Tooltip explains use of previous conversations for a customized experience
Toggle reads/writes the backend flag
UI handles loading and error states for the update call
## Summary
Add a user settings toggle for using previous conversations as context / RAG lookup, so users can opt into a more tailored chat experience.
## Depends on
Backend: https://git.aimloperations.com/ai_ml_operations/chat_backend/issues/33
## Requirements
- Add a settings toggle (off by default) for enabling previous-conversation context / RAG.
- Wire toggle to the backend user-account flag from chat_backend#33 (read + update via settings API).
- Show a tooltip that explains: this will use previous conversations to better customize the experience.
- Reflect current account value when settings load; persist changes when the user toggles.
## Acceptance criteria
- [ ] Toggle visible in user settings / account preferences
- [ ] Default state is off for new users and when flag is unset
- [ ] Tooltip explains use of previous conversations for a customized experience
- [ ] Toggle reads/writes the backend flag
- [ ] UI handles loading and error states for the update call
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add a user settings toggle for using previous conversations as context / RAG lookup, so users can opt into a more tailored chat experience.
Depends on
Backend: ai_ml_operations/chat_backend#33
Requirements
Acceptance criteria