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

@@ -94,7 +94,7 @@ const ChatWrapper = forwardRef<ChatWrapperRefType>((_, ref) => {
} as any}
chatList={chatList}
isResponding={isResponding}
chatContainerclassName='px-4'
chatContainerClassName='px-4'
chatContainerInnerClassName='pt-6'
chatFooterClassName='px-4 rounded-bl-2xl'
chatFooterInnerClassName='pb-4'