Skip to content

Commit

Permalink
Changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaseduoli committed Jul 24, 2023
1 parent 9ca0b43 commit 4f788fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatWidget/chatWindow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function ChatWindow({
});
} else {
updateLastMessage({
message: "Output key not defined or not existent!",
message: "Multiple output keys were detected in the response. Please, define the output key to specify the intended response.",
isSend: false,
error: true,
});
Expand Down

0 comments on commit 4f788fa

Please sign in to comment.