Remove 'executionStatus' and 'executionMessage' in favor of a failed result in tool_ai_connector
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3543445. --> Reported by: [michaellander](https://www.drupal.org/user/636494) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In <code>\Drupal\tool_ai_connector\Plugin\AiFunctionCall\ToolPluginBase</code> we use <code>executionStatus</code> and <code>executionMessage</code> which serve no purpose. We should use an executed result instead.</p>
issue