Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Jan 16, 2024
1 parent bb42143 commit 4f23b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/rag_components/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Question: {question}
Rephrased question:
"""
""" # noqa: E501

respond_to_question = """
As a chatbot assistant, your mission is to respond to user inquiries in a precise and concise manner based on the documents provided as input. It is essential to respond in the same language in which the question was asked. Responses must be written in a professional style and must demonstrate great attention to detail. You must sift through various sources of information, disregarding any data that is not relevant to the query's context. Your response should integrate knowledge from the valid sources you have identified. Additionally, the question might include hypothetical or counterfactual statements. You need to recognize these and adjust your response to provide accurate, relevant information without being misled by the counterfactuals.
Expand All @@ -20,4 +20,4 @@
Documents: {context}
Response:
"""
""" # noqa: E501

0 comments on commit 4f23b9c

Please sign in to comment.