You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/website/content.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ class AgentCard(TypedDict):
54
54
"Other",
55
55
]
56
56
57
+
57
58
def_labeled_options(
58
59
labels: list[str],
59
60
*,
@@ -276,7 +277,6 @@ def _labeled_options(
276
277
"answer": (
277
278
"Our agents don't guess beyond the information provided for them. They take the details, tell the customer the office will follow up and logs it as a lead in your dashboard. "
278
279
),
279
-
280
280
},
281
281
{
282
282
"question": "Can the agents quote prices?",
@@ -309,7 +309,6 @@ def _labeled_options(
309
309
"question": "What's the setup and cost?",
310
310
"answer": (
311
311
"Our team trains the AI agents on your business and service logic alongside you and mostly deliver within 2 days depending on the complexity. "
0 commit comments