yao/neo/store
Max d43b7b8927 Enhance Neo API assistant message storage and structure
- Removed unused utility imports and streamlined the saveChatHistory method to improve message storage efficiency.
- Updated the Message struct to include new fields for assistant identification and mentions, enhancing message context and traceability.
- Modified the history table structure to accommodate new assistant-related fields and mentions, ensuring comprehensive data storage.
- Improved the SaveHistory method to process and store mentions alongside messages, providing better context for user interactions.

These changes enhance the robustness and maintainability of the Neo API, paving the way for improved message handling and assistant functionalities.
2025-01-18 10:19:17 +08:00
..
mongo.go Enhance assistant management and API functionality in Neo 2025-01-01 16:48:06 +08:00
redis.go Enhance assistant management and API functionality in Neo 2025-01-01 16:48:06 +08:00
types.go Refactor conversation table handling and update settings structure in Neo API 2025-01-02 16:22:10 +08:00
xun.go Enhance Neo API assistant message storage and structure 2025-01-18 10:19:17 +08:00
xun_test.go Refactor conversation table handling and update settings structure in Neo API 2025-01-02 16:22:10 +08:00