yao/openapi/tests/agent
Max 3ef536c1e7 Add Activity Type Filtering to ListActivities API
- Introduced a new `Type` field in the `ActivityQuery` struct to allow filtering activities by type (e.g., execution.started, execution.completed, execution.failed, execution.cancelled).
- Updated the `ListActivities` method in `ExecutionStore` to handle the new type filter, mapping it to corresponding execution statuses.
- Enhanced unit tests in `execution_test.go` to validate filtering by activity type, including tests for valid and invalid type scenarios.
- Modified OpenAPI definitions and related types to support the new type filter in the activities endpoint, improving API usability and flexibility.
2026-01-24 18:28:16 +08:00
..
assistant_create_test.go Add UpdateAssistant method for modifying assistant fields 2025-11-08 16:21:35 +08:00
assistant_test.go Refactor response handling in GetAssistant and ListAssistantTags functions 2025-11-08 15:17:56 +08:00
assistant_update_test.go Refactor assistant capabilities and update data handling 2025-12-02 12:36:47 +08:00
models_test.go Refactor logging in model tests for consistency 2025-11-11 16:42:01 +08:00
robot_execution_test.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
robot_results_activities_test.go Add Activity Type Filtering to ListActivities API 2026-01-24 18:28:16 +08:00
robot_test.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00
robot_trigger_test.go Enhance Execution Management with UI Display Fields and Localization Support 2026-01-24 10:10:48 +08:00