mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Fix bug where we are not passing benchmark input
This commit is contained in:
@@ -201,7 +201,7 @@ class SkillTreeViewModel extends ChangeNotifier {
|
||||
// Execute the first step and initialize the Step object
|
||||
Map<String, dynamic> 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
|
||||
|
||||
Reference in New Issue
Block a user