Compare commits
2 Commits
6032608e49
...
9dc9025d10
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc9025d10 | |||
| 92e47718bc |
@@ -15,7 +15,7 @@ interface ChatPanelProps {
|
||||
connectionStatus: ConnectionStatus;
|
||||
isProcessing?: boolean;
|
||||
isVADReady?: boolean;
|
||||
vadError?: string;
|
||||
vadError?: string | null;
|
||||
isMicOn?: boolean;
|
||||
isSpeaking?: boolean;
|
||||
onSendText?: (text: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user