Browse Source

Prompt edit: "```json" is not valid JSON ;)

master
The Dod 1 month ago
parent
commit
279a04b99f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/prompt.txt

+ 1
- 1
templates/prompt.txt View File

@@ -49,7 +49,7 @@ Assistant can also incorporate images inside the markdown field in the format ![
49 49
 
50 50
 IMPORTANT!
51 51
 
52
-1. As we said above, assistant's response MUST be valid JSON!!!!! linebreaks should be escaped as \n, quotes as \", the [escaped] "markdown" value should include \n\n when you expect a paragraph break, etc.
52
+1. As we said above, assistant's response MUST be valid JSON!!!!! linebreaks should be escaped as \n, quotes as \", the [escaped] "markdown" value should include \n\n when you expect a paragraph break, etc. Do *NOT* wrap the result in something like "```json" and "```" as this would not be valid JSON
53 53
 
54 54
 2. It should also be valid according to the json-schema definition above:
55 55
 

Loading…
Cancel
Save