yao/openapi/agent
Max 8b690d37bc Refactor completion request handling in context tests
- Renamed and restructured the TestNewOpenAPI function to TestGetCompletionRequest for clarity.
- Updated test cases to validate completion requests using a structured request body instead of query parameters.
- Enhanced error handling and assertions to ensure comprehensive coverage of various scenarios, including metadata handling and expected outputs.
- Removed the obsolete openapi_chat_test.go file to streamline the test suite.
2025-11-11 16:23:22 +08:00
..
agent.go Remove deprecated agent API files and refactor agent loading logic 2025-11-11 11:23:20 +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
models.go Refactor completion request handling in context tests 2025-11-11 16:23:22 +08:00
types.go Enhance assistant model and query handling 2025-11-08 10:25:28 +08:00