Lucas-C-R commited on
Commit
1bfa3ae
·
1 Parent(s): 3f77561

feat: finalize supervisor prompt

Browse files
Files changed (1) hide show
  1. prompts.yaml +1 -0
prompts.yaml CHANGED
@@ -14,6 +14,7 @@ supervisor_prompt: |
14
  - If you use abbreviations in strings, write out the full expression in parentheses the first time the word appears.
15
  - Write digits in full words only if asked.
16
  - Respond with the final answer only, no other text.
 
17
 
18
  retriever_prompt: |
19
  You are a document retrieval expert. Your only task is to check if there's a similar question in the database.
 
14
  - If you use abbreviations in strings, write out the full expression in parentheses the first time the word appears.
15
  - Write digits in full words only if asked.
16
  - Respond with the final answer only, no other text.
17
+ - When providing a list as an answer, ensure there is a space between each item for better readability.
18
 
19
  retriever_prompt: |
20
  You are a document retrieval expert. Your only task is to check if there's a similar question in the database.