Spaces:
Running
Running
feat: improved the prompt prefix.
Browse files
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 |
|