fix: bug in problem identification (#806)

This commit is contained in:
Xu Yang
2025-04-18 01:46:11 -06:00
committed by GitHub
parent 6fe9be19cd
commit 6646613359
@@ -245,7 +245,7 @@ class DSProposalV2ExpGen(ExpGen):
return json.loads(response)
def identify_feedback_problem(self, scenario_desc: str, exp_feedback_list_desc: str, sota_exp_desc: str) -> Dict:
sys_prompt = T(".prompts_v2:scenario_problem.system").r(
sys_prompt = T(".prompts_v2:feedback_problem.system").r(
problem_spec=T(".prompts_v2:specification.problem").r(),
problem_output_format=T(".prompts_v2:output_format.problem").r(),
)