fix: shorten suggested actions (#681)
This commit is contained in:
parent
69c7d5223a
commit
7a25f953c7
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue