yao/openapi/tests/agent
Max 339a486eb4 Refactor assistant capabilities and update data handling
- Enhanced the getConnectorCapabilities method to prioritize model capabilities and connector settings, improving capability retrieval logic.
- Deprecated the tools field in the Assistant model, transitioning to MCP for tool management, and updated related methods accordingly.
- Introduced new fields for connector options and prompt presets in the Assistant model, allowing for more flexible configurations.
- Updated the GetAssistant method to support field selection, improving data retrieval efficiency and flexibility.
- Refactored tests and documentation to reflect changes in the assistant structure and capabilities, ensuring clarity and maintainability.
2025-12-02 12:36:47 +08:00
..
assistant_create_test.go Add UpdateAssistant method for modifying assistant fields 2025-11-08 16:21:35 +08:00
assistant_test.go Refactor response handling in GetAssistant and ListAssistantTags functions 2025-11-08 15:17:56 +08:00
assistant_update_test.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
models_test.go Refactor logging in model tests for consistency 2025-11-11 16:42:01 +08:00