yao/openapi/agent
Max ff41c6555d Refactor CreateAssistant and UpdateAssistant response handling to return only assistant_id
- Updated the CreateAssistant and UpdateAssistant functions to simplify the success response by returning only the assistant_id instead of the full assistant data.
- Removed unnecessary JSON marshaling and unmarshaling, improving performance and clarity in response handling.
2025-11-08 16:26:46 +08:00
..
agent.go Add UpdateAssistant method for modifying assistant fields 2025-11-08 16:21:35 +08:00
assistant.go Refactor CreateAssistant and UpdateAssistant response handling to return only assistant_id 2025-11-08 16:26:46 +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