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.
1 parent 36f576f commit f0bbb4bCopy full SHA for f0bbb4b
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