fix: shared text-generation stream (#3419)

pull/3482/head
zxhlyh 2 years ago committed by GitHub
parent a258a90291
commit 1c56b48238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -327,7 +327,7 @@ const Result: FC<IResultProps> = ({
return (
<div className={cn(isNoData && !isCallBatchAPI && 'h-full')}>
{!isCallBatchAPI && (
(isResponding && (!completionRes || !isWorkflow))
(isResponding && !completionRes)
? (
<div className='flex h-full w-full justify-center items-center'>
<Loading type='area' />

Loading…
Cancel
Save