Fix: Usar UUID correcto del agente de WhatsApp
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m0s

This commit is contained in:
2025-12-10 12:57:01 -06:00
parent f6ed5a1032
commit cc62153393

View File

@@ -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')