Skip to content

Commit f37df54

Browse files
committed
Fix agent model usage in profiler template
1 parent b876156 commit f37df54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/templates/data_collector.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<tbody>
9797
<tr>
9898
<th>Model</th>
99-
<td><strong>{{ constant('class', call.model) }}</strong> (Version: {{ call.model.name }})</td>
99+
<td><strong>{{ call.model }}</strong></td>
100100
</tr>
101101
<tr>
102102
<th>Input</th>

0 commit comments

Comments
 (0)