mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 21:50:36 +00:00
type fix
This commit is contained in:
parent
32699fd809
commit
8c6e420546
@ -85,7 +85,7 @@ interface BaseChatProps {
|
||||
input?: string;
|
||||
model?: string;
|
||||
setModel?: (model: string) => void;
|
||||
provider: string;
|
||||
provider?: string;
|
||||
setProvider?: (provider: string) => void;
|
||||
handleStop?: () => void;
|
||||
sendMessage?: (event: React.UIEvent, messageInput?: string) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user