- Issue created by @utkarsh_33
- 🇮🇳India narendraR Jaipur, India
Done as part of 🐛 External AI Chatbot Functionality Active
In
🐛
External AI Chatbot Functionality
Active
the Plugin/AiFunctionCall/ListXbComponents.php
uses $components = $this->componentPluginManager->getDefinitions();
to get a list components.
However, this is incorrect. The above code returns plugin definitions from the Single Directory Components (SDC) system — it does not return the actual components available in the Experience Builder which might include the components created by the user.
The code should load actual component config entities, not plugin definitions.
Active
0.0
AI
Done as part of 🐛 External AI Chatbot Functionality Active