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