The order of hostname filter, causes the tool result to not be overridable
Currently you have the possibility to override the hostname filter for a single request programatically - see https://project.pages.drupalcode.org/ai/1.3.x/developers/hostname_filter/#programmatic-configuration-for-testing In issue https://git.drupalcode.org/project/ai_agents/-/work_items/3585986#note_811884 we found that even if this works correctly it does not apply correctly to the actual tool results, that has its own set of applications in ToolsPropertyResult.php We need that to also use the settings that was set in the ChatInput. **TODO** * [x] Figure out how the settings from the ChatInput is moved to ToolsPropertyResult * [x] Add a none-breaking change for this.
issue