Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 8cfacf6

Browse files
authored
chore: update to latest llmchain changes (#39)
1 parent ba527bf commit 8cfacf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/data_collector.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
</tr>
144144
<tr>
145145
<th>Response</th>
146-
<td>{{ call.response.hasToolCalls ? _self.tool_calls(call.response.toolCalls) : call.response.content }}</td>
146+
<td>{{ call.response.content is iterable ? _self.tool_calls(call.response.content) : call.response.content }}</td>
147147
</tr>
148148
</tbody>
149149
</table>

0 commit comments

Comments
 (0)