Spaces:
Sleeping
Sleeping
Commit
·
797798c
1
Parent(s):
dc40797
Tweak rag prompt re clarifying questions
Browse files
src/ucl_module_chat/chains/rag_chain.py
CHANGED
@@ -32,7 +32,7 @@ rag_prompt = """You are an assistant for question-answering tasks related
|
|
32 |
Do not refer to the context directly in your answer, but you
|
33 |
should use it to answer the question.
|
34 |
You can ask the user if they would like to know more about a
|
35 |
-
specific
|
36 |
\n\n
|
37 |
{context}"""
|
38 |
|
|
|
32 |
Do not refer to the context directly in your answer, but you
|
33 |
should use it to answer the question.
|
34 |
You can ask the user if they would like to know more about a
|
35 |
+
specific module or modules if you think it may be helpful.
|
36 |
\n\n
|
37 |
{context}"""
|
38 |
|