quivr/backend/repository/chat
Zineb El Bachiri 1bf67e3640
refactor: Prompt module (#1688)
# Description

Prompt module with Service

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-11-23 14:13:21 +01:00
..
__init__.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
add_question_and_answer.py feat(onboarding): add suggested questions answer (#1390) 2023-10-12 09:39:56 +02:00
create_chat.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
format_chat_history.py test: unskip qa_headless.py linter tests (#1041) 2023-08-25 14:03:57 +02:00
get_chat_by_id.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_chat_history_with_notifications.py refactor: packages folder be 2 (#1628) 2023-11-14 14:31:02 +01:00
get_chat_history.py refactor: Prompt module (#1688) 2023-11-23 14:13:21 +01:00
get_user_chats.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_chat_history.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_chat.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_message_by_id.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00