- Added concurrent fetching of runtime status for each robot in the ListRobots function, improving response efficiency. - Updated the Response struct to include new fields for runtime status: Running, MaxRunning, LastRun, and NextRun, optimizing dashboard display. - Implemented unit tests to verify the inclusion of runtime status fields in the ListRobots response, ensuring accurate data representation for users. |
||
|---|---|---|
| .. | ||
| assistant_create_test.go | ||
| assistant_test.go | ||
| assistant_update_test.go | ||
| models_test.go | ||
| robot_execution_test.go | ||
| robot_results_activities_test.go | ||
| robot_test.go | ||
| robot_trigger_test.go | ||