Prevent auto-create on agent select
Remove automatic new conversation creation when selecting an agent; now new conversations are only created by clicking the "Nova Conversa" button.
This commit is contained in:
@@ -69,11 +69,6 @@ export default function TestPrompt() {
|
|||||||
}
|
}
|
||||||
}, [messages]);
|
}, [messages]);
|
||||||
|
|
||||||
// Limpa a conversa ao trocar de agente
|
|
||||||
useEffect(() => {
|
|
||||||
handleNewConversation();
|
|
||||||
}, [selectedAgent]);
|
|
||||||
|
|
||||||
const handleNewConversation = () => {
|
const handleNewConversation = () => {
|
||||||
if (!selectedAgent) return;
|
if (!selectedAgent) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user