Spaces:
Runtime error
Runtime error
Setted max depth level for JSON output
Browse files
chains/output_format/templates.py
CHANGED
@@ -13,6 +13,8 @@ system_template_output_format = PromptTemplate(
|
|
13 |
|
14 |
The assitant answer should ONLY contain the JSON information without any aditional word or character.
|
15 |
|
|
|
|
|
16 |
The expected output format is an array of objects.
|
17 |
|
18 |
''')
|
|
|
13 |
|
14 |
The assitant answer should ONLY contain the JSON information without any aditional word or character.
|
15 |
|
16 |
+
The JSON output must have 1 depth level as much.
|
17 |
+
|
18 |
The expected output format is an array of objects.
|
19 |
|
20 |
''')
|