yao/openapi/agent
Max 90386ddb70 Refactor response handling in GetAssistant and ListAssistantTags functions
- Simplified the response structure by directly returning the assistant and tags objects instead of wrapping them in a "data" field.
- Updated corresponding tests to reflect the new response format, ensuring accurate assertions and improved readability.
2025-11-08 15:17:56 +08:00
..
agent.go Implement GetAssistant endpoint with permission verification 2025-11-08 13:46:29 +08:00
assistant.go Refactor response handling in GetAssistant and ListAssistantTags functions 2025-11-08 15:17:56 +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