feat: show citation info in run history (#3399)
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user