yao/openapi/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
..
agent.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +08:00
assistant.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
filter.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
models.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
types.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00