Spaces:
Sleeping
Sleeping
context sensitive questions
Browse files
__pycache__/utils_objections.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/utils_objections.cpython-311.pyc and b/__pycache__/utils_objections.cpython-311.pyc differ
|
|
|
utils_objections.py
CHANGED
|
@@ -21,9 +21,9 @@ async def create_objections(session_state):
|
|
| 21 |
if session_state.use_objection_cache:
|
| 22 |
|
| 23 |
objections = [
|
| 24 |
-
"1. Can you provide customer references in
|
| 25 |
-
"2. Second question, what training options are available for our team?",
|
| 26 |
-
"3. Last but not least, your pricing seems high compared to some other solutions we've seen.
|
| 27 |
]
|
| 28 |
|
| 29 |
else:
|
|
|
|
| 21 |
if session_state.use_objection_cache:
|
| 22 |
|
| 23 |
objections = [
|
| 24 |
+
"1. Can you provide customer references in the banking and financial services industry?",
|
| 25 |
+
"2. Second question, what training options are available for our team, given the number of employees and their global distribution?",
|
| 26 |
+
"3. Last but not least, your pricing seems high compared to some other solutions we've seen. Can you provide any flexibility with HSBC's pricing?",
|
| 27 |
]
|
| 28 |
|
| 29 |
else:
|