File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
rdagent/scenarios/data_science/dev/runner Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,7 @@ def evaluate(
185
185
)
186
186
user_prompt = T (".prompts:DSCoSTEER_eval.user" ).r (
187
187
code = implementation .all_codes ,
188
+ change_summary = implementation .change_summary ,
188
189
stdout = shrink_text (stdout ),
189
190
time_spent = f"{ implementation .running_info .running_time :.2f} seconds" ,
190
191
timeout = f"{ env .conf .running_timeout_period } seconds" ,
Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ DSCoSTEER:
190
190
user : |-
191
191
# Current Code Base
192
192
{{ code }}
193
+ {% if change_summary is not none %}
194
+ # Current Code Change Summary
195
+ {{ change_summary }}{% endif %}
193
196
194
197
## Feedback of Current Code Base
195
198
{{ feedback }}
You can’t perform that action at this time.
0 commit comments