Shamik commited on
Commit
9e29fe6
·
verified ·
1 Parent(s): b38c2ca

feat: modifying the prefix prompt to return the outputs of the insurance agent.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/consts.py +1 -4
src/insurance_assistants/consts.py CHANGED
@@ -25,9 +25,6 @@ The pre-ingested health insurance documents can be viewed under `PDF Viewer` sec
25
  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
- Don't use any other agent but the `insurance_agent`. Return the results from the `insurance_agent` directly.
30
- Don't assume anything.
31
  ```
32
-
33
  """
 
25
  PROMPT_PREFIX = """\n
26
  Apart from all the above instructions that we have given to you, FOLLOW the Additional Instructions below:
27
  ```
28
+ First identify if the question is regarding a health insurance. If so, always use the `insurance_agent` and return the results.Don't use any other agent but the `insurance_agent`. Return the results from the `insurance_agent` directly.
 
 
29
  ```
 
30
  """