feat: show citation info in run history (#3399)

This commit is contained in:
Nite Knite
2024-04-12 12:19:27 +08:00
committed by GitHub
parent b00466f025
commit c9abb75fce
6 changed files with 14 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ const ChatItem: FC<ChatItemProps> = ({
isResponding={isResponding}
noChatInput
noStopResponding
chatContainerclassName='p-4'
chatContainerClassName='p-4'
chatFooterClassName='p-4 pb-0'
suggestedQuestions={suggestedQuestions}
onSend={doSend}

View File

@@ -119,7 +119,7 @@ const DebugWithSingleModel = forwardRef<DebugWithSingleModelRefType, DebugWithSi
config={config}
chatList={chatList}
isResponding={isResponding}
chatContainerclassName='p-6'
chatContainerClassName='p-6'
chatFooterClassName='px-6 pt-10 pb-4'
suggestedQuestions={suggestedQuestions}
onSend={doSend}