yao/openapi/chat
Max a96946d8bb Refactor Assistant context handling to improve options management
- Updated the Assistant methods to accept an Options parameter, enhancing flexibility in context management.
- Removed the Connector field from the context and related structures, transitioning to a more streamlined options-based approach.
- Adjusted various tests to accommodate the new options handling, ensuring comprehensive coverage of the updated functionality.
- Enhanced the Create and Next hooks to return options alongside responses, improving the overall usability of the API.
- Cleaned up deprecated fields and improved context initialization for better maintainability.
2025-12-04 10:43:32 +08:00
..
chat.go Add endpoint to append messages to running completions 2025-11-22 18:15:40 +08:00
completions.go Refactor Assistant context handling to improve options management 2025-12-04 10:43:32 +08:00
types.go Add endpoint to append messages to running completions 2025-11-22 18:15:40 +08:00