From f37df5473622ff70acc781292c38ed855dfcebc6 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 6 Oct 2025 11:28:37 +0200 Subject: [PATCH] Fix agent model usage in profiler template --- src/ai-bundle/templates/data_collector.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai-bundle/templates/data_collector.html.twig b/src/ai-bundle/templates/data_collector.html.twig index ec064e634..0e42262d4 100644 --- a/src/ai-bundle/templates/data_collector.html.twig +++ b/src/ai-bundle/templates/data_collector.html.twig @@ -96,7 +96,7 @@ Model - {{ constant('class', call.model) }} (Version: {{ call.model.name }}) + {{ call.model }} Input