()
| 693 | const threadViewportVisible = !isMobileViewport || !sidebarOpen; |
| 694 | |
| 695 | function closeReplyStream() { |
| 696 | replyStreamRef.current?.close(); |
| 697 | replyStreamRef.current = null; |
| 698 | } |
| 699 | |
| 700 | function replaceStreamAssistantMessages( |
| 701 | draftId: string, |
no outgoing calls
no test coverage detected