presenton/servers/fastapi/services/chat
sudipnext d1aeff6f82 feat: Revise prompt and tool descriptions for clarity and accuracy
- Updated the system prompt to provide clearer guidance on the use of deck memory and tools, emphasizing the distinction between historical context and current slide data.
- Enhanced tool descriptions in the ChatTools class to clarify their intended use cases, focusing on live slide data and the importance of using tools for current content.
- Improved instructions on handling slide indices and the retrieval of slide information, ensuring users understand the differences between memory and live data.
2026-04-26 18:28:27 +05:45
..
__init__.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
chat_memory_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
conversation_store.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
memory_layer.py Refactor chat memory layer and tools for improved slide handling 2026-04-24 09:51:21 +05:45
presentation_context_store.py refactor: Update database session management and enhance chat memory services 2026-04-25 19:10:39 +05:45
prompts.py feat: Revise prompt and tool descriptions for clarity and accuracy 2026-04-26 18:28:27 +05:45
schemas.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
service.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
sql_chat_history.py feat: Add chat history management and asset generation features 2026-04-26 13:12:50 +05:45
tools.py feat: Revise prompt and tool descriptions for clarity and accuracy 2026-04-26 18:28:27 +05:45