Skip to content

Commit 8842d68

Browse files
committed
bug #731 [AI Bundle] Fix agent model usage in profiler template (chr-hertel)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Fix agent model usage in profiler template | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Follows #728 Commits ------- f37df54 Fix agent model usage in profiler template
2 parents ec39514 + f37df54 commit 8842d68

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)