Cry4nide commited on
Commit
1af0502
1 Parent(s): 90fdd1e

Setted max depth level for JSON output

Browse files
Files changed (1) hide show
  1. chains/output_format/templates.py +2 -0
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
  ''')