yao/openapi/agent
Max fa5b98f5bf Add UpdateAssistant method for modifying assistant fields
- Implemented UpdateAssistant method in Mongo, Redis, and Xun stores to allow partial updates of assistant fields.
- Updated Store interface to include the new UpdateAssistant method, enhancing the flexibility of assistant management.
- Added comprehensive tests for UpdateAssistant functionality, covering various scenarios including single and multiple field updates, JSON field handling, and error cases.
- Updated API routes to support PUT requests for updating assistants, ensuring proper permission checks and response handling.
2025-11-08 16:21:35 +08:00
..
agent.go Add UpdateAssistant method for modifying assistant fields 2025-11-08 16:21:35 +08:00
assistant.go Add UpdateAssistant method for modifying assistant fields 2025-11-08 16:21:35 +08:00
filter.go Implement GetAssistant endpoint with permission verification 2025-11-08 13:46:29 +08:00
types.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00