- 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 |
||
|---|---|---|
| .. | ||
| api.go | ||
| assistant.go | ||
| attachment.go | ||
| attachment_test.go | ||
| cache.go | ||
| cache_test.go | ||
| hooks.go | ||
| load.go | ||
| load_test.go | ||
| types.go | ||
| utils.go | ||