Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/danswer/prompts/chat_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

REQUIRE_CITATION_STATEMENT = """
CRUCIAL: Cite relevant statements INLINE using the format [1], [2], [3], etc to reference the document number, \
DO NOT provide a reference section at the end and DO NOT provide any links following the citations.
DO NOT provide a reference section at the end. If the source document contains a URL as part of the answer, include that URL in your response.
""".rstrip()

NO_CITATION_STATEMENT = """
Expand Down
Loading