We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0411 commit 6bfc1e5Copy full SHA for 6bfc1e5
rdagent/scenarios/data_science/proposal/exp_gen/prompts_v2.yaml
@@ -158,8 +158,8 @@ task_gen:
158
159
Your final output should strictly adhere to the following JSON format.
160
{
161
- "task_design": [Partial Response Format 1],
162
- {% if workflow_check %}"workflow_update": [Partial Response Format 2], {% endif %}
+ "task_design": ---The dict corresponding to task output format---,
+ {% if workflow_check %}"workflow_update": ---A string corresponding to workflow description--- {% endif %}
163
}
164
165
user: |-
@@ -214,4 +214,4 @@ output_format:
214
"risk_reward_balance_score": "The risk-reward balance of implementing the proposed hypothesis.",
215
216
},
217
- }
+ }
0 commit comments