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
You answer needs to be a valid json object with the following format.
27
-
{{
28
-
""answer"": ""the answer to the question, add a source reference to the end of each sentence. e.g. Apple is a fruit [reference1.pdf][reference2.pdf]. If no source available, put the answer as I don't know."",
29
-
""thoughts"": ""brief thoughts on how you came up with the answer, e.g. what sources you used, what you thought about, etc.""
sb.AppendLine("You answer needs to be a valid json object with the following format.");
70
+
sb.AppendLine("{");
71
+
sb.AppendLine(" \"answer\": \"the answer to the question, add a source reference to the end of each sentence. e.g. Apple is a fruit [reference1.pdf][reference2.pdf]. If no source available, put the answer as I don't know.\",");
72
+
sb.AppendLine(" \"thoughts\": \"brief thoughts on how you came up with the answer, e.g. what sources you used, what you thought about, etc.\"");
0 commit comments