Skip to content

Commit 6974292

Browse files
RolandMinruiXu
andauthored
fix (#1148)
Co-authored-by: Xu <[email protected]>
1 parent 21605b5 commit 6974292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdagent/scenarios/data_science/dev/runner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def implement_one_task(
6161
}
6262
output_spec, extract_output_fn = output_map[self.settings.diff_mode]
6363

64-
if prev_task_feedback.final_decision is False:
64+
if prev_task_feedback.acceptable is False:
6565
task_information_str = target_task.get_task_information()
6666
# Use system_debugger for error fixing and debugging
6767
system_prompt = T(".prompts:DSCoSTEER.system_debugger").r(

0 commit comments

Comments
 (0)