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
- If you don't know the answer or don't get the answer, please answer "No relevant information found in the knowledge base, it is recommended to consult relevant technical support or refer to official documents for operation".
290
-
- Avoid mentioning that you got the knowledge from <data></data>.
291
-
- Please keep the answer consistent with the description in <data></data>.
292
-
- Please use markdown syntax to optimize the format of the answer.
293
-
- Please return the image link, link address and script language in <data></data> completely.
294
-
- Please answer in the same language as the question.
295
-
Question:
296
-
{question}
297
-
""")),
288
+
default=_(("Known information:\n"
289
+
"{data}\n"
290
+
"Answer requirements:\n"
291
+
"- If you don't know the answer or don't get the answer, please answer \"No relevant information found in the knowledge base, it is recommended to consult relevant technical support or refer to official documents for operation\".\n"
292
+
"- Avoid mentioning that you got the knowledge from <data></data>.\n"
293
+
"- Please keep the answer consistent with the description in <data></data>.\n"
294
+
"- Please use markdown syntax to optimize the format of the answer.\n"
295
+
"- Please return the image link, link address and script language in <data></data> completely.\n"
296
+
"- Please answer in the same language as the question.\n"
297
+
"Question:\n"
298
+
"{question}"))),
298
299
299
300
'system': openapi.Schema(type=openapi.TYPE_STRING, title=_("System prompt words (role)"),
"() contains the user's question. Answer the guessed user's question based on the context ({question}) Requirement: Output a complete question and put it in the <data></data> tag")),
0 commit comments