yao/openapi/chat
Max 24ad563070 Add assistant info retrieval and chat mode management
- Introduced `GetInfo` method in the Assistant struct to return basic assistant information with optional locale support for internationalization.
- Implemented `GetInfoByIDs` function to retrieve information for multiple assistants based on their IDs, enhancing batch processing capabilities.
- Updated chat buffer management to include a mode parameter, allowing for dynamic switching between chat and task modes.
- Enhanced message handling to store and retrieve the mode associated with each message, improving context tracking during chat sessions.
- Revised tests to validate the new functionalities, ensuring accurate retrieval of assistant information and proper mode management in chat operations.
2025-12-10 12:15:55 +08:00
..
chat.go Enhance chat storage design with HTTP API documentation 2025-12-09 16:03:17 +08:00
completions.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
session.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
types.go Enhance chat storage design with HTTP API documentation 2025-12-09 16:03:17 +08:00