|
dolibarr 24.0.0-beta
|
AJAX endpoint returning the AI Assistant chat HTML fragment for the topbar popover. More...
Go to the source code of this file.
AJAX endpoint returning the AI Assistant chat HTML fragment for the topbar popover.
The fragment is injected by the bootstrap script of top_menu_ai() (main.inc.php) into the #topmenu-ai-popover shell, then initialized by initAiAssistant() from ai/js/ai_assistant.js. It must contain no <script> nor <link> tag: scripts injected via innerHTML are not executed; CSS and JS are loaded by the caller.
Definition in file popover.php.