Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,11 +142,11 @@ def summarize_text(text: str):
|
|
| 142 |
def qa_automation(text: str):
|
| 143 |
questions = [
|
| 144 |
"Did the agent verify the identity of the caller clearly? Provide Details.",
|
| 145 |
-
"Did the agent resolve the Primary reason of the call? Provide Details.",
|
| 146 |
"Was the agent courteous? Provide Details.",
|
| 147 |
# "Did the agent get a promise to pay? Provide Details."
|
| 148 |
"Rate the satisfaction of the customer on a scale of 10. 0 being worse and 10 being best.",
|
| 149 |
-
"Rate the customer effort on a scale of 0-10. 0 being the most effort spent by the customer and 10 being least effort:",
|
| 150 |
"How could the agent have made the call easier for the customer?"
|
| 151 |
]
|
| 152 |
answers = []
|
|
|
|
| 142 |
def qa_automation(text: str):
|
| 143 |
questions = [
|
| 144 |
"Did the agent verify the identity of the caller clearly? Provide Details.",
|
| 145 |
+
#"Did the agent resolve the Primary reason of the call? Provide Details.",
|
| 146 |
"Was the agent courteous? Provide Details.",
|
| 147 |
# "Did the agent get a promise to pay? Provide Details."
|
| 148 |
"Rate the satisfaction of the customer on a scale of 10. 0 being worse and 10 being best.",
|
| 149 |
+
#"Rate the customer effort on a scale of 0-10. 0 being the most effort spent by the customer and 10 being least effort:",
|
| 150 |
"How could the agent have made the call easier for the customer?"
|
| 151 |
]
|
| 152 |
answers = []
|