yao/openapi/agent
Max 46e0f30599 Implement filtering for assistant tags retrieval
- Enhanced the HandleAssistantTags function to support multiple filtering options including type, connector, built-in status, mentionable status, automated status, and keywords.
- Updated the GetAssistantTags method in the store interfaces to accept a filter parameter, allowing for more granular tag retrieval.
- Refactored the Xun, Mongo, and Redis implementations of GetAssistantTags to utilize the new filtering capabilities.
- Added comprehensive tests for the new filtering functionality, ensuring correct behavior across various scenarios.
- Updated API endpoint documentation to reflect the new filtering options for assistant tags.
2025-11-08 11:14:08 +08:00
..
agent.go Implement filtering for assistant tags retrieval 2025-11-08 11:14:08 +08:00
assistant.go Implement filtering for assistant tags retrieval 2025-11-08 11:14:08 +08:00
filter.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00
types.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00