We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ff898 commit df4ed1eCopy full SHA for df4ed1e
1 file changed
WDoc/utils/prompts.py
@@ -267,6 +267,9 @@ def remove_thoughts(cls, values) -> List[str]:
267
presentation of breast cancers", "classification of breast cancer", etc.
268
You can also anticipate the answer like "the most used chemotherapies
269
for breast cancers are anthracyclines, taxanes and cyclophosphamide".
270
+
271
+DO NOT reply anything that is not either a thought or the queries. You
272
+have to do your thinking INSIDE the thought json.
273
""".strip()+ "\n" + multiquery_parser.get_format_instructions()),
274
HumanMessagePromptTemplate.from_template(
275
template="Here's the query to expand: '''{question}'''"""),
0 commit comments