EphAsad commited on
Commit
5ea606d
·
verified ·
1 Parent(s): 26cd177

Update rag/rag_generator.py

Browse files
Files changed (1) hide show
  1. rag/rag_generator.py +2 -1
rag/rag_generator.py CHANGED
@@ -87,7 +87,8 @@ def _log_block(title: str, body: str) -> None:
87
  # ------------------------------------------------------------
88
 
89
  RAG_PROMPT = """Write a conclusion using the the data provided.
90
- Do not change the confidence level. Write 3–4 sentences in clear, natural language.
 
91
 
92
  Target genus: {genus}
93
  Confidence state: {confidence_state}
 
87
  # ------------------------------------------------------------
88
 
89
  RAG_PROMPT = """Write a conclusion using the the data provided.
90
+ Do not change the confidence level. Do not introduce new reasoning.
91
+ Write 3–4 sentences in clear, natural language.
92
 
93
  Target genus: {genus}
94
  Confidence state: {confidence_state}