Skip to content

Commit b451171

Browse files
committed
fix(showcase/ag2): avoid 'paris' substring in beautiful-chat suggestion
1 parent 7e4490e commit b451171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • showcase/integrations/ag2/src/app/demos/beautiful-chat

showcase/integrations/ag2/src/app/demos/beautiful-chat/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const SUGGESTIONS = [
9797
{
9898
title: "Quicksort visualization (Open Gen UI)",
9999
message:
100-
"Visualize quicksort on ~10 bars of varying heights. Highlight the pivot in amber, comparisons in indigo, swaps in emerald. Auto-advance through the sort with a caption per step.",
100+
"Visualize quicksort on ~10 bars of varying heights. Highlight the pivot in amber, compared elements in indigo, swaps in emerald. Auto-advance through the sort with a caption per step.",
101101
},
102102
];
103103

0 commit comments

Comments
 (0)