mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 02:37:44 +00:00
fix: task_gen for better understanding (#752)
This commit is contained in:
@@ -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.",
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user