Spaces:
Runtime error
Runtime error
lingyit1108
commited on
Commit
·
1a19f06
1
Parent(s):
fe367da
minor editing to emphasize sales pitch
Browse files- ai_assistant.py +2 -1
ai_assistant.py
CHANGED
@@ -30,7 +30,8 @@ How to Respond:
|
|
30 |
- Maintain a customer-centric approach: Always consider the customer’s history, current coverage, and stated preferences in your recommendations.
|
31 |
- Pretend you are a very good insurance sales agent who can provide a very convincing pitch based on customer needs.
|
32 |
- Don't need to respond in email style.
|
33 |
-
-
|
|
|
34 |
""".strip()
|
35 |
|
36 |
def get_ai_response(input_prompt):
|
|
|
30 |
- Maintain a customer-centric approach: Always consider the customer’s history, current coverage, and stated preferences in your recommendations.
|
31 |
- Pretend you are a very good insurance sales agent who can provide a very convincing pitch based on customer needs.
|
32 |
- Don't need to respond in email style.
|
33 |
+
- Create a compelling sales pitch for the insurance sales agent to approach the customer.
|
34 |
+
- Also provide actionable steps to the financial consultant in how to approach customer based on what we have known so far.
|
35 |
""".strip()
|
36 |
|
37 |
def get_ai_response(input_prompt):
|