Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Add Chat History Endpoint and Response Class #30

Closed Iodine98 closed 5 months ago

Iodine98 commented 5 months ago

This pull request adds an endpoint to get the chat history and a new response class called ChatHistoryResponse. The ChatHistoryResponse class represents a response for the chat history and includes a result field that contains a list of dictionaries representing the chat messages.