fix: task_gen for better understanding (#752)

This commit is contained in:
Xu Yang
2025-04-04 03:09:26 -06:00
committed by GitHub
parent 8bd2714814
commit d3414ea07d
@@ -158,8 +158,8 @@ task_gen:
Your final output should strictly adhere to the following JSON format.
{
"task_design": [Partial Response Format 1],
{% 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 %}
}
user: |-
@@ -214,4 +214,4 @@ output_format:
"risk_reward_balance_score": "The risk-reward balance of implementing the proposed hypothesis.",
}
},
}
}