From cc62153393ceb95ad24fc5a46168100a8dad585f Mon Sep 17 00:00:00 2001 From: josedario87 Date: Wed, 10 Dec 2025 12:57:01 -0600 Subject: [PATCH] Fix: Usar UUID correcto del agente de WhatsApp --- app/plugins/agents-widget.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/agents-widget.client.ts b/app/plugins/agents-widget.client.ts index d94fb43..6f23a22 100644 --- a/app/plugins/agents-widget.client.ts +++ b/app/plugins/agents-widget.client.ts @@ -15,7 +15,7 @@ export default defineNuxtPlugin(() => { // Crear el widget flotante const widget = document.createElement('chat-widget') widget.setAttribute('api-url', 'https://gamdias.nucleoriofrio.com') - widget.setAttribute('agent-id', 'whatsapp-agent') + widget.setAttribute('agent-id', '70b046fe-0665-46b3-b896-f3c89776999a') widget.setAttribute('app-id', 'whatsapp-app') widget.setAttribute('user-id', 'whatsapp-user') widget.setAttribute('title', 'Asistente WhatsApp')