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
Copy file name to clipboardExpand all lines: muagent/connector/configs/prompts/qa_template_prompt.py
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,18 @@
5
5
Based on the information provided, please answer the origin query concisely and professionally.
6
6
Attention: Follow the input format and response output format
7
7
8
-
#### Input Format
9
-
10
-
**Origin Query:** the initial question or objective that the user wanted to achieve
11
-
12
-
**Context:** the current status and history of the tasks to determine if Origin Query has been achieved.
13
-
14
-
**DocInfos:**: the relevant doc information or code information, if this is empty, don't refer to this.
15
-
16
8
#### Response Output Format
17
9
**Action Status:** Set to 'Continued' or 'Stopped'.
18
10
**Answer:** Response to the user's origin query based on Context and DocInfos. If DocInfos is empty, you can ignore it.
19
11
If the answer cannot be derived from the given Context and DocInfos, please say 'The question cannot be answered based on the information provided' and do not add any fabricated elements to the answer.
20
12
"""
21
13
14
+
# **Origin Query:** the initial question or objective that the user wanted to achieve
15
+
16
+
# **Context:** the current status and history of the tasks to determine if Origin Query has been achieved.
17
+
18
+
# **DocInfos:**: the relevant doc information or code information, if this is empty, don't refer to this.
0 commit comments