yao/agent/store/xun
Max ff412da7b3 Enhance Assistant Filtering with Multi-Type Support
- Added a new `Types` field to the `AssistantFilter` struct to allow filtering by multiple types using an IN query.
- Updated the `GetAssistants` function to apply the new multi-type filter alongside the existing single type filter.
- Modified the OpenAPI endpoint to support the new `types` query parameter for better flexibility in assistant retrieval.
- Ensured backward compatibility by setting a default type when neither `type` nor `types` is specified.
- Updated related documentation and tests to reflect the changes in filtering capabilities.
2026-01-22 19:21:51 +08:00
..
assistant.go Enhance Assistant Filtering with Multi-Type Support 2026-01-22 19:21:51 +08:00
assistant_test.go Implement search configuration management and testing enhancements 2025-12-13 11:19:20 +08:00
chat.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
chat_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
message.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
message_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
resume.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
resume_test.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
search.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
search_test.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
utils.go Refactor completion request handling in context tests 2025-11-11 16:23:22 +08:00
xun.go Refactor chat storage design to enhance chat and assistant management 2025-12-09 10:44:34 +08:00