- 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 |
||
|---|---|---|
| .. | ||
| mongo.go | ||
| redis.go | ||
| types.go | ||
| xun.go | ||
| xun_test.go | ||