diff --git a/public/agent-odoo4projects/agent.js b/public/agent-odoo4projects/agent.js index 3cbe7e9..f15ad6d 100644 --- a/public/agent-odoo4projects/agent.js +++ b/public/agent-odoo4projects/agent.js @@ -6,7 +6,7 @@ const config = { api: `https://002-001-5dd6e535-4d1c-46bc-9bd9-42ad4bc5f082.odoo4projects.com/webhook/702862fd-dd17-4a34-8efb-e9056d2c50df/chat`, // Backend webhook endpoint buttonImage: `${baseUrl}/images/4.svg`, // Chat toggle button image logoImage: `${baseUrl}/images/logo.svg`, // Logo image for chat widget - preamble: '🤔 This is the sales agent for ODOO4Projects products. 🛠️ He can also assist you with reverting module installation and restating your server. All you need is your UUID, and he will send a confirmation email to proceed.' // Initial bot message + preamble: '🤔 This is the ODOO4Projects sales agent 🛠️. Besides Sales, he can help revert module installations or restart your server using your UUID and a confirmation email. 📬 For human follow-up, leave your email.' // Initial bot message }; // ================= WIDGET HTML =================