Skip to content

Commit

Permalink
update continue message
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaidabouchaala committed Jun 18, 2024
1 parent 6e48d98 commit ad8f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AiChatBot/AiChatBot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const AiChatBot: React.FC = () => {
setContinuationMessageId(updatedMessages.length);
setMessages((messages) => [
...messages,
{ role: 'assistant', content: "Continue generating answer?", isContinuation: true },
{ role: 'assistant', content: "Continue generating answer? Click here!", isContinuation: true },
]);
} else {
setContinuationMessageId(null);
Expand Down

0 comments on commit ad8f2c7

Please sign in to comment.