fix: Disable question editing in chat history (#22438)

This commit is contained in:
GuanMu
2025-07-15 19:41:51 +08:00
committed by GitHub
parent b803eeb528
commit 7388fd1ec6

View File

@@ -115,6 +115,7 @@ const ChatRecord = () => {
<Chat
config={{
supportCitationHitInfo: true,
questionEditEnable: false,
} as any}
chatList={threadChatItems}
chatContainerClassName='px-3'