ragflow/api/apps
Mohammed Tawileh 95d21e5d9f
fix: standardize property name from 'chat' to 'chat_id' (#3383)
### What problem does this PR solve?

This PR addresses the inconsistency in property naming within the
codebase by renaming the 'chat' property to 'chat_id' in the session.py
file. This change aims to align the naming convention with other parts
of the application that refer to chat identifiers as 'chat_id', thereby
improving code clarity and maintainability.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2024-11-14 15:49:03 +08:00
..
sdk fix: standardize property name from 'chat' to 'chat_id' (#3383) 2024-11-14 15:49:03 +08:00
__init__.py Rework logging (#3358) 2024-11-12 17:35:13 +08:00
api_app.py Integration with Infinity (#2894) 2024-11-12 14:59:41 +08:00
canvas_app.py refine the error message (#3382) 2024-11-13 16:20:59 +08:00
chunk_app.py fix bug about fetching knowledge graph (#3394) 2024-11-14 12:29:15 +08:00
conversation_app.py Unified API response json schema (#3170) 2024-11-05 11:02:31 +08:00
dialog_app.py Unified API response json schema (#3170) 2024-11-05 11:02:31 +08:00
document_app.py fix bug about fetching knowledge graph (#3394) 2024-11-14 12:29:15 +08:00
file2document_app.py Unified API response json schema (#3170) 2024-11-05 11:02:31 +08:00
file_app.py Unified API response json schema (#3170) 2024-11-05 11:02:31 +08:00
kb_app.py Integration with Infinity (#2894) 2024-11-12 14:59:41 +08:00
llm_app.py Rework logging (#3358) 2024-11-12 17:35:13 +08:00
system_app.py Integration with Infinity (#2894) 2024-11-12 14:59:41 +08:00
tenant_app.py Unified API response json schema (#3170) 2024-11-05 11:02:31 +08:00
user_app.py Rework logging (#3358) 2024-11-12 17:35:13 +08:00