mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +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