The tool explorer doesn't update when required fields are not set
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3551753. --> Reported by: [marcus_johansson](https://www.drupal.org/user/385947) Related to !947 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>We have the tool explorer that currently allows you via a modal to pick some tools.</p> <p>The problem is that if you put it on a form with required fields, it stops working to update the ajax.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <ul> <li>Try the AI Agents form and create a new agent.</li> <li>Do not fill in title for instance.</li> <li>Try to add a tool.</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Add a limit_validation_errors on the actual widget that updates it.</li> </ul>
issue