Create a warning when function calling is missing
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3518506. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In theory you will be able to update the modules in the following order, because of the dependency tree:<br> * AI 1.1.x<br> * AI Agents 1.1.x<br> * Some provider still on 1.0.x</p> <p>This leads to the provider not having any function calling available, which in its turn leads to the agent actually responding when you are using it, but not using any tools.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Install the above modules and use an config agent.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a warning message when you are using this combination, that function calling is missing and that you will not be able to use this agent.</p>
issue