fix: shorten suggested actions (#681)

This commit is contained in:
Jeremy 2025-01-08 17:52:51 +05:30 committed by GitHub
parent 69c7d5223a
commit 7a25f953c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,9 +21,9 @@ function PureSuggestedActions({ chatId, append }: SuggestedActionsProps) {
action: 'What are the advantages of using Next.js?', action: 'What are the advantages of using Next.js?',
}, },
{ {
title: 'Write code that', title: 'Write code to',
label: `demonstrates djikstra's algorithm`, label: `demonstrate djikstra's algorithm`,
action: `Write code that demonstrates djikstra's algorithm`, action: `Write code to demonstrate djikstra's algorithm`,
}, },
{ {
title: 'Help me write an essay', title: 'Help me write an essay',