mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
enh: preserve input
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
|
||||
export let transparentBackground = false;
|
||||
|
||||
export let onChange: Function = () => {};
|
||||
export let createMessagePair: Function;
|
||||
export let stopResponse: Function;
|
||||
|
||||
@@ -62,6 +63,13 @@
|
||||
export let selectedToolIds = [];
|
||||
export let webSearchEnabled = false;
|
||||
|
||||
$: onChange({
|
||||
prompt,
|
||||
files,
|
||||
selectedToolIds,
|
||||
webSearchEnabled
|
||||
});
|
||||
|
||||
let loaded = false;
|
||||
let recording = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user