The Assistant Training API enables you to train a site's AI assistant.
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 AssistantTraining 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 { assistantTraining }
from @wix/ai-site-chat
:
import { assistantTraining } from "@wix/ai-site-chat";