You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cli/decompose/prompt_modules/subtask_constraint_assign/_prompt/system_template.jinja2
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You will be provided with the following 4 parameters inside their respective tag
8
8
4. <all_constraints> : A list of candidate (possible) constraints that can be assigned to the target task.
9
9
</parameters>
10
10
11
-
The <all_constraints> list contain the constraints of all tasks on the <execution_plan>, your job is to filter and select only the constraints belonging to your target task.
11
+
The <all_constraints> is a list of constraints identified for the entire <execution_plan>, your job is to filter and select only the constraints belonging to your target task.
12
12
It is possible that none of the constraints in the <all_constraints> are relevant or related to your target task.
13
13
14
14
Below, enclosed in <general_instructions> tags, are instructions to guide you on how to complete your assignment:
0 commit comments