@@ -284,8 +284,7 @@ export const ConversationContainer = (props: Props) => {
|
||||
hideAvatar={
|
||||
!chatChunk.input &&
|
||||
((chatChunks()[index() + 1]?.messages ?? 0).length > 0 ||
|
||||
chatChunks()[index() + 1]?.streamingMessageId !== undefined ||
|
||||
isSending())
|
||||
chatChunks()[index() + 1]?.streamingMessageId !== undefined)
|
||||
}
|
||||
hasError={hasError() && index() === chatChunks().length - 1}
|
||||
onNewBubbleDisplayed={handleNewBubbleDisplayed}
|
||||
|
||||
Reference in New Issue
Block a user