We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a544b commit 8ff704fCopy full SHA for 8ff704f
rag_pkg/gen_rag/rag.py
@@ -396,8 +396,8 @@ def _generate_answer_from_context_node(self, state: RAGState) -> dict:
396
directly to the user in clear natural language.
397
- Do not include your thinking in your response.
398
- Include a "References" section at the end of your answer.
399
- - In this section, include a list of URLs of the referenced
400
- documents from the provided cotenxt that you used to generate the
+ - In this section, quote the Reference URLs of the documents
+ from the provided context that you used to generate the
401
current answer.
402
- Do *not* repeat references/URLs in the list.
403
0 commit comments