修复会话 ID 设置错误,更新类型定义
This commit is contained in:
@@ -396,7 +396,7 @@ export const GlobalChatbox: React.FC<Props> = ({ open, onClose }) => {
|
||||
handleStopSpeech();
|
||||
stopListening();
|
||||
setMessages([]);
|
||||
setConversationId(undefined);
|
||||
setSessionId(undefined);
|
||||
setInput("");
|
||||
setIsStreaming(false);
|
||||
handleHeaderMenuClose();
|
||||
|
||||
Reference in New Issue
Block a user