type fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user