diff --git a/frontend/lib/viewmodels/skill_tree_viewmodel.dart b/frontend/lib/viewmodels/skill_tree_viewmodel.dart index 5fe07c35..aa2413fa 100644 --- a/frontend/lib/viewmodels/skill_tree_viewmodel.dart +++ b/frontend/lib/viewmodels/skill_tree_viewmodel.dart @@ -201,7 +201,7 @@ class SkillTreeViewModel extends ChangeNotifier { // Execute the first step and initialize the Step object Map stepResponse = await benchmarkService.executeBenchmarkStep( - task.id, BenchmarkStepRequestBody(input: null)); + task.id, BenchmarkStepRequestBody(input: node.data.task)); Step step = Step.fromMap(stepResponse); // Check if it's the last step