mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-31 11:54:30 +01: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