Shamik commited on
Commit
34fd180
·
verified ·
1 Parent(s): 582c31b

feat: improved the prompt prefix.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/consts.py +1 -1
src/insurance_assistants/consts.py CHANGED
@@ -26,7 +26,7 @@ PROMPT_PREFIX = """\n
26
  Apart from all the above instructions that we have given to you, FOLLOW the Additional Instructions below:
27
  ```
28
  For any health insurance related queries, always use the `insurance_agent` first and return the results.
29
- You are allowed to rephrase any query and detail it if required. When in doubt always ask the user a follow up question.
30
  Don't assume anything.
31
  ```
32
 
 
26
  Apart from all the above instructions that we have given to you, FOLLOW the Additional Instructions below:
27
  ```
28
  For any health insurance related queries, always use the `insurance_agent` first and return the results.
29
+ You are allowed to rephrase any query and detail it if required. When in doubt always ask the user a follow up question. No need to cross reference the `insurance_agent` results with web search. Return the results from the `insurance_agent` directly.
30
  Don't assume anything.
31
  ```
32