We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21605b5 commit 6974292Copy full SHA for 6974292
rdagent/scenarios/data_science/dev/runner/__init__.py
@@ -61,7 +61,7 @@ def implement_one_task(
61
}
62
output_spec, extract_output_fn = output_map[self.settings.diff_mode]
63
64
- if prev_task_feedback.final_decision is False:
+ if prev_task_feedback.acceptable is False:
65
task_information_str = target_task.get_task_information()
66
# Use system_debugger for error fixing and debugging
67
system_prompt = T(".prompts:DSCoSTEER.system_debugger").r(
0 commit comments