Skip to content

Commit 584f3c8

Browse files
committed
refactor(frontend): update swarm suggested prompts to match demo recording
1 parent a0c6330 commit 584f3c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/src/data/pattern-content.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,13 +462,13 @@ done {totalUsage: {...}}`,
462462
},
463463
suggestedPrompts: [
464464
{
465-
label: "Vague \u2192 routed to sales",
466-
prompt: "Hi, I just signed up and I'm not sure what plan I need",
465+
label: "Multi-hop (billing → technical)",
466+
prompt:
467+
"I was charged twice on my last invoice, and now my dashboard won't load either",
467468
},
468469
{
469-
label: "Multi-domain (billing + support)",
470-
prompt:
471-
"I was charged twice for my last payment and the app keeps crashing",
470+
label: "Vague → routed to sales",
471+
prompt: "Hi, I just signed up and I'm not sure what plan I need",
472472
},
473473
{
474474
label: "Billing + sales chain",

0 commit comments

Comments
 (0)