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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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