From 4c78a601a57ff253e88827c7ea0699a444e20136 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 12 Jul 2025 09:32:46 +0800 Subject: [PATCH] fix: error in prompt template (#1065) * fix prompt error * fix prompt error --- rdagent/components/coder/data_science/pipeline/prompts.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rdagent/components/coder/data_science/pipeline/prompts.yaml b/rdagent/components/coder/data_science/pipeline/prompts.yaml index b023e396..19bb1333 100644 --- a/rdagent/components/coder/data_science/pipeline/prompts.yaml +++ b/rdagent/components/coder/data_science/pipeline/prompts.yaml @@ -154,6 +154,8 @@ pipeline_coder: 3. Optimize model configuration or validation strategy to improve overall effectiveness. The previous version of the code is correct. You should improve the code based on the provided task while ensuring that unrelated parts remain unchanged. + {% endif %} + {% endif %} pipeline_eval: @@ -262,7 +264,7 @@ pipeline_eval: {{ scenario }} # Task Description - {{ task desc }} + {{ task_desc }} ## Task Specification for Code Structure {{ spec }}