Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 531 Bytes

Enabling-the-Assistant-Chatbot-Feature.md

File metadata and controls

11 lines (7 loc) · 531 Bytes

Back to overview

Enabling the Assistant Chatbot Feature

There is a simple WordPress Assistant chatbot available as an experimental feature of the plugin, effectively acting as a proof of concept. Since the plugin is purely an infrastructure plugin that other plugins can use to access AI capabilities in WordPress, that chatbot feature is disabled by default.

If you want to test or use the chatbot, you can easily enable it via filter:

add_filter( 'ai_services_chatbot_enabled', '__return_true' );