Spaces:
Sleeping
Sleeping
Commit ·
0a74df9
1
Parent(s): 89aa0c5
ueifu
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ You MUST respond with EXACTLY this format:
|
|
| 70 |
|
| 71 |
**Parameters Generated:**
|
| 72 |
[
|
| 73 |
-
{
|
| 74 |
"action": "add",
|
| 75 |
"Parameter": "Parameter Name",
|
| 76 |
"Type": "Parameter Type",
|
|
@@ -79,7 +79,7 @@ You MUST respond with EXACTLY this format:
|
|
| 79 |
"IncludeRemarks": "Yes/No",
|
| 80 |
"Section": "Section Name",
|
| 81 |
"ClauseReference": "Reference if any"
|
| 82 |
-
}
|
| 83 |
]
|
| 84 |
|
| 85 |
Do NOT use ```json code blocks. Put the JSON array directly after "**Parameters Generated:**"
|
|
@@ -437,7 +437,7 @@ You MUST respond in EXACTLY this format:
|
|
| 437 |
|
| 438 |
**Parameters Generated:**
|
| 439 |
[
|
| 440 |
-
{
|
| 441 |
"action": "add",
|
| 442 |
"Parameter": "Parameter Name",
|
| 443 |
"Type": "Appropriate Type",
|
|
@@ -446,10 +446,10 @@ You MUST respond in EXACTLY this format:
|
|
| 446 |
"IncludeRemarks": "Yes/No",
|
| 447 |
"Section": "Logical Section",
|
| 448 |
"ClauseReference": "Only if specifically relevant"
|
| 449 |
-
}
|
| 450 |
]
|
| 451 |
|
| 452 |
-
CRITICAL: Do NOT use
|
| 453 |
Generate exactly the number of parameters the user requested.
|
| 454 |
"""
|
| 455 |
|
|
|
|
| 70 |
|
| 71 |
**Parameters Generated:**
|
| 72 |
[
|
| 73 |
+
{{
|
| 74 |
"action": "add",
|
| 75 |
"Parameter": "Parameter Name",
|
| 76 |
"Type": "Parameter Type",
|
|
|
|
| 79 |
"IncludeRemarks": "Yes/No",
|
| 80 |
"Section": "Section Name",
|
| 81 |
"ClauseReference": "Reference if any"
|
| 82 |
+
}}
|
| 83 |
]
|
| 84 |
|
| 85 |
Do NOT use ```json code blocks. Put the JSON array directly after "**Parameters Generated:**"
|
|
|
|
| 437 |
|
| 438 |
**Parameters Generated:**
|
| 439 |
[
|
| 440 |
+
{{
|
| 441 |
"action": "add",
|
| 442 |
"Parameter": "Parameter Name",
|
| 443 |
"Type": "Appropriate Type",
|
|
|
|
| 446 |
"IncludeRemarks": "Yes/No",
|
| 447 |
"Section": "Logical Section",
|
| 448 |
"ClauseReference": "Only if specifically relevant"
|
| 449 |
+
}}
|
| 450 |
]
|
| 451 |
|
| 452 |
+
CRITICAL: Do NOT use code blocks. Put the JSON array directly in the response.
|
| 453 |
Generate exactly the number of parameters the user requested.
|
| 454 |
"""
|
| 455 |
|