import { createChat } from "https://cdn.jsdelivr.net/npm/@n8n/chat/dist/chat.bundle.es.js"; createChat({ webhookUrl: "https://codbot.codeagora.com/webhook/8f61c22c-0a61-4153-99e6-8f11c336c70d/chat", initialMessages: [ "Hi! How can I help?" ], i18n: { en: { title: "Codeagora's Assistant", subtitle: "We're here 24/7", inputPlaceholder: "Type your question..." } }, mode: "window" }); */