Skip to content

Commit 6bfc1e5

Browse files
authored
fix: task_gen for better understanding (#752)
1 parent 83a0411 commit 6bfc1e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rdagent/scenarios/data_science/proposal/exp_gen/prompts_v2.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ task_gen:
158158
159159
Your final output should strictly adhere to the following JSON format.
160160
{
161-
"task_design": [Partial Response Format 1],
162-
{% if workflow_check %}"workflow_update": [Partial Response Format 2], {% endif %}
161+
"task_design": ---The dict corresponding to task output format---,
162+
{% if workflow_check %}"workflow_update": ---A string corresponding to workflow description--- {% endif %}
163163
}
164164
165165
user: |-
@@ -214,4 +214,4 @@ output_format:
214214
"risk_reward_balance_score": "The risk-reward balance of implementing the proposed hypothesis.",
215215
}
216216
},
217-
}
217+
}

0 commit comments

Comments
 (0)