SDK 2.0
Migrating to SDK 2.0
Steps for migrating from SDK 1.0 to SDK 2.0
Steps to follow for migrating to SDK 2.0
Step 1
Replace the Mindset SDK 1.0 file name mindset-sdk.js
by mindset-sdk-2.js
The MINDSET-SERVER-URL
is also a new URL (not anymore your mindset AI app URL).
Replace MINDSET-SERVER-URL
with the URL provided by Mindset AI.
Step 2
Add the <mindset-agent>
HTML tag in your HTML body
Step 3
Remove the javascript code that uses the SDK 1.0 methods (initApp()
and render()
or startAgentThread()
). Your existing script should look like this:
Step 4
Wrap your existing code in charge of fetching the authToken
from your back-end script into an async
method:
Step 5
Pass your function to the mindset.init()
method
Please check a full example of a SDK 2.0 front-end page here : Front-end full example