The Widget Settings API allows you to manage your AI Site-Chat's settings. Learn more about configuring your AI Site-Chat's settings.
With this API, you can:
Note: Wix AI Site-Chat is currently only available in the Wix Editor.
It's important to note the following point before starting to code:
To use the WidgetSettings API, install the @wix/ai-site-chat
package using npm or Yarn:
npm install @wix/ai-site-chat
or
yarn add @wix/ai-site-chat
Then import { widgetSettings }
from @wix/ai-site-chat
:
import { widgetSettings } from "@wix/ai-site-chat";