yao/neo/assistant
Max 4ba27390d8 Add assistant details to chat API responses
- Enhance chat API endpoints to include assistant information
- Add support for retrieving and displaying assistant details in chat responses
- Update database schema to store assistant_id in chat table
- Modify GetChats, GetChat, and SaveHistory methods to handle assistant metadata
- Improve test coverage for assistant-related chat functionality
2025-02-09 16:54:20 +08:00
..
api.go Add assistant details to chat API responses 2025-02-09 16:54:20 +08:00
assistant.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
attachment.go Refactor Neo API assistant to enhance vision support and message handling 2025-01-17 15:16:26 +08:00
attachment_test.go Refactor attachment handling and enhance RAG/Vision integration in tests 2025-01-06 14:04:12 +08:00
cache.go Refactor assistant management and enhance storage retrieval in Neo API 2025-01-01 12:31:47 +08:00
cache_test.go Refactor assistant management and enhance storage retrieval in Neo API 2025-01-01 12:31:47 +08:00
hooks.go Refactor streaming chat and message processing 2025-02-06 14:21:29 +08:00
load.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
load_test.go Refactor Neo API assistant functionality and enhance model capabilities 2025-01-06 11:05:38 +08:00
types.go Add connector settings support in DSL and assistant initialization 2025-02-01 17:45:01 +08:00
utils.go Enhance tool call handling and message processing 2025-02-08 18:09:26 +08:00