We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f576f + f0bbb4b commit 2f7fe08Copy full SHA for 2f7fe08
src/App/src/components/Chat/Chat.tsx
@@ -718,6 +718,7 @@ const Chat: React.FC<ChatProps> = ({
718
719
const onNewConversation = () => {
720
dispatch({ type: actionConstants.NEW_CONVERSATION_START });
721
+ dispatch({ type: actionConstants.UPDATE_CITATION,payload: { activeCitation: null, showCitation: false }})
722
};
723
const { messages, citations } = state.chat;
724
return (
0 commit comments