Invalid data_type "array" for agent function call files context definition
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3515445. -->
Reported by: [andrewbelcher](https://www.drupal.org/user/655282)
Related to !66
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p><code>ai_agents_ai_function_call_info_alter</code> creates function calls for agents, but uses the <code>array</code> data type for the files context definition. This data type doesn't exist, and causes an error. </p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Switch to using <code>list</code>.</p>
issue