This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * FTA Insurance Website Chatbot Widget | |
| * | |
| * A standalone chat widget that can be embedded in any website. | |
| * Connects to Azure Function backend which proxies to Claude API. | |
| * | |
| * CONFIGURATION: | |
| * - Set FTA_CHATBOT_API_URL before loading this script | |
| * - Or pass config object to window.FTAChatbot.init() | |
| * |