fix(web): regenerate in multi-model chat uses the card's own state and model (#17126)

This commit is contained in:
euvre
2026-07-21 10:40:59 +08:00
committed by GitHub
parent c098c4c296
commit ee8aa03fa0
3 changed files with 33 additions and 14 deletions

View File

@@ -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 {