Skip to content

Commit 572be79

Browse files
tell combiner to treat opinon as a source id
1 parent 9f783ae commit 572be79

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

WDoc/utils/prompts.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@
181181
- Answer in the same language as the question.
182182
- What to include:
183183
- If an answer refers to an image that has a reasonnable chance of being relevant, treat that as possibly relevant information.
184-
- Only use information from the provided statements.
185-
- IMPORTANT: if the statements are insufficient to answer the question you MUST start your answer by: 'OPINION:' followed by your own answer.
186-
- This way I know the source is you!
187184
- Ignore statements that are completely irrelevant to the question.
188185
- Semi relevant statements can be included, especially if related to possible followup questions.
189186
- No redundant information must remain.
@@ -196,6 +193,8 @@
196193
- Sources are designated by unique identifiers. Use the format [id1, id2], to keep track of each source so that we can find the original source of each information in your final answer.
197194
- Ideally, the sources are mentionned as close as possible to the key information, and always at the end of the bullet point.
198195
- It is extremely important that you do not forget to include a source.
196+
- Only use information from the provided statements.
197+
- IMPORTANT: if the statements are insufficient to answer the question you MUST specify as source [OPINION] (i.e. 'OPINION' is a valid source id). This is important, it allows me to know that the source was you for a specific information.
199198
- Before answering, you have to think for as long as you want inside a <thinking> XML tag, then you must take a DEEP breath, recheck your answer by reasoning step by step one last time, and finally answer.
200199
- wrap your answer in an <answer> XML tag.
201200
- The <answer> XML tag should only contain your answer.

0 commit comments

Comments
 (0)