Do you have links on your website to PDFs that you would like to train your chatbot on? You can now include these links in the source URLs for your chatbot instead of having to upload the PDFs manually to train your chatbot.
Train your chatbot on PDFs from your website
More updates
Content Security Policy (CSP) support for the chat widget
Security-focused websites lock down their Content Security Policy by removing 'unsafe-inline' from style-src. Until now that broke the chat widget: the styles it injects into the page were blocked, leaving a bare, unstyled button instead of your chatbot. The widget loader now supports CSP nonces. Pass your page's per-request nonce to the embed script and the widget applies it to everything it injects, so it works under the strictest policy with no 'unsafe-inline' required:
PII Redaction: keep sensitive visitor data out of AI models
Visitors share things they shouldn't: ID numbers, payment cards, bank accounts, one-time payment codes. With PII Redaction enabled, those values are masked before they reach the AI model and before they are stored in your conversation history. How it works