Typo in Default Information Tools example code
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3534670. --> Reported by: [bisonbleu](https://www.drupal.org/user/549974) Related to !723 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In Agent Form Parts &raquo; Default Information Tools &raquo; example code, fix typo in the tool name.</p> <h4 id="summary-steps-reproduce">Steps to reproduce (required for bugs, but not feature requests)</h4> <p>Go to <a href="https://project.pages.drupalcode.org/ai/1.1.x/agents/agent_form_parts/">https://project.pages.drupalcode.org/ai/1.1.x/agents/agent_form_parts/</a> and look for the heading &laquo;Default Information Tools&raquo;. There, you'll see a pseudo code example followed by an actual code example. The typo is in the latter.</p> <p>Before (wrong): <code>tool: 'ai_agents_get_entity_field_information'</code><br> After (correct): <code>tool: 'ai_agent:get_entity_field_information'</code></p>
issue