mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
refac
This commit is contained in:
@@ -4138,6 +4138,7 @@
|
||||
chatId={$chatId}
|
||||
{contextUsage}
|
||||
{contextCompactionEnabled}
|
||||
{embedded}
|
||||
compactHandler={handleManualCompact}
|
||||
statusHandler={handleStatusCommand}
|
||||
forkHandler={handleForkChat}
|
||||
@@ -4229,6 +4230,7 @@
|
||||
chatId={$chatId}
|
||||
{contextUsage}
|
||||
{contextCompactionEnabled}
|
||||
{embedded}
|
||||
compactHandler={handleManualCompact}
|
||||
statusHandler={handleStatusCommand}
|
||||
forkHandler={handleForkChat}
|
||||
|
||||
@@ -124,6 +124,7 @@
|
||||
export let chatId = '';
|
||||
export let contextUsage = null;
|
||||
export let contextCompactionEnabled = false;
|
||||
export let embedded = false;
|
||||
|
||||
export let autoScroll = false;
|
||||
export let generating = false;
|
||||
|
||||
Reference in New Issue
Block a user