Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,20 +196,20 @@ def check_agent_steps(text: str):
|
|
| 196 |
"Purpose of the Call": [
|
| 197 |
"State the purpose of the call clearly."
|
| 198 |
],
|
| 199 |
-
"Account Review": [
|
| 200 |
-
|
| 201 |
-
],
|
| 202 |
"Listen to the Customer": [
|
| 203 |
"Give the customer an opportunity to explain their situation.",
|
| 204 |
"Show empathy and understanding."
|
| 205 |
],
|
| 206 |
-
"Payment Discussion": [
|
| 207 |
-
|
| 208 |
-
],
|
| 209 |
-
"Confirmation": [
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
],
|
| 213 |
"Documentation": [
|
| 214 |
"Offer to send a written confirmation of any agreements made during the call."
|
| 215 |
],
|
|
|
|
| 196 |
"Purpose of the Call": [
|
| 197 |
"State the purpose of the call clearly."
|
| 198 |
],
|
| 199 |
+
# "Account Review": [
|
| 200 |
+
# "Provide details of outstanding debt, the amount, due date, and charges or fees."
|
| 201 |
+
# ],
|
| 202 |
"Listen to the Customer": [
|
| 203 |
"Give the customer an opportunity to explain their situation.",
|
| 204 |
"Show empathy and understanding."
|
| 205 |
],
|
| 206 |
+
# "Payment Discussion": [
|
| 207 |
+
# "Ask the customer about their ability to pay the outstanding amount."
|
| 208 |
+
# ],
|
| 209 |
+
# "Confirmation": [
|
| 210 |
+
# "Confirm the agreed-upon payment plan or next steps.",
|
| 211 |
+
# "Provide details on how the payment can be made (e.g., online, phone, mail)."
|
| 212 |
+
# ],
|
| 213 |
"Documentation": [
|
| 214 |
"Offer to send a written confirmation of any agreements made during the call."
|
| 215 |
],
|