mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-02 22:07:31 +08:00
Fix: multiple model chat pass-in session_id, and do not save session. (#17581)
This commit is contained in:
@@ -26,7 +26,8 @@ import { AudioButton } from '../ui/audio-button';
|
||||
export type NextMessageInputOnPressEnterParameter = {
|
||||
enableThinking?: string;
|
||||
enableInternet?: boolean;
|
||||
store_history_messages?: boolean;
|
||||
storeHistoryMessages?: boolean;
|
||||
omitSessionId?: boolean;
|
||||
};
|
||||
|
||||
interface NextMessageInputProps {
|
||||
|
||||
Reference in New Issue
Block a user