Pulastya B commited on
Commit
ae7f05f
·
1 Parent(s): e5a2aca

Fixed Agent Reasoning-*1

Browse files
Files changed (1) hide show
  1. src/orchestrator.py +2 -2
src/orchestrator.py CHANGED
@@ -3307,7 +3307,7 @@ You receive quality reports from EDA agent and deliver clean data to modeling ag
3307
  workflow_state={
3308
  'iteration': iteration,
3309
  'workflow_history': workflow_history,
3310
- 'current_file': self.dataset_path,
3311
  'task_description': task_description,
3312
  'target_col': target_col
3313
  },
@@ -4019,7 +4019,7 @@ You receive quality reports from EDA agent and deliver clean data to modeling ag
4019
  workflow_state={
4020
  'iteration': iteration,
4021
  'workflow_history': workflow_history,
4022
- 'current_file': self.dataset_path,
4023
  'task_description': task_description,
4024
  'target_col': target_col
4025
  },
 
3307
  workflow_state={
3308
  'iteration': iteration,
3309
  'workflow_history': workflow_history,
3310
+ 'current_file': file_path,
3311
  'task_description': task_description,
3312
  'target_col': target_col
3313
  },
 
4019
  workflow_state={
4020
  'iteration': iteration,
4021
  'workflow_history': workflow_history,
4022
+ 'current_file': file_path,
4023
  'task_description': task_description,
4024
  'target_col': target_col
4025
  },