Hey @andersborg! 👋
Could you please clarify if the settings you assigned to the chatbot are being ignored when used on the front end? Did it seem like they were reset once you created a new chatbot in the admin panel?
If you can reproduce this issue, please let me know the procedure you follow. Also, ensure you are not using any optimization/cache plugins that might interfere with different AI Engine processes.
Thanks! 😺
Could you please clarify if the settings you assigned to the chatbot are being ignored when used on the front end?
Confirmed.
Did it seem like they were reset once you created a new chatbot in the admin panel?
After creating the chatbot I modified the settings. Those modified settings were not reflected for the second chatbot in the front end.
I cleared the cache each time I made changes (Breeze).
So, this works (I removed the info):
[mwai_chatbot ai_name=”…” user_name=”…” text_compliance=”…” start_sentence=”…” theme_id=”messages” copy_button=”1″ context=”…” model=”…” env_id=”…”]
But not this:
[mwai_chatbot id=”…”]
I can DM a URL, as it’s currently public (but not visible through any menu).
Oddly, now it worked when changing back to the chatbot ID :).
It might have been a cache issue after all, but oddly I cleared both the server-side and client-side caches. As I guess AI Engine relies on client-side code for the look-n-feel, that should be sufficient, but I’ll investigate it further. You can close this.
Thanks for the quick response.