Spaces:
Running
Running
feat: modifying the prefix prompt to return the outputs of the insurance agent.
Browse files
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 |
-
|
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 |
"""
|