mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-24 17:36:47 +08:00
fix(web): regenerate in multi-model chat uses the card's own state and model (#17126)
This commit is contained in:
@@ -23,8 +23,8 @@ import { SelectWithSearch } from '../originui/select-with-search';
|
||||
import { AudioButton } from '../ui/audio-button';
|
||||
|
||||
export type NextMessageInputOnPressEnterParameter = {
|
||||
enableThinking: string;
|
||||
enableInternet: boolean;
|
||||
enableThinking?: string;
|
||||
enableInternet?: boolean;
|
||||
};
|
||||
|
||||
interface NextMessageInputProps {
|
||||
|
||||
Reference in New Issue
Block a user