<%# locals: (message:) %>
<%= icon("chevron-right", class: "group-open:transform group-open:rotate-90") %>

<%= t(".tool_calls") %>

<% message.tool_calls.each do |tool_call| %>

<%= t(".function") %>

<%= tool_call.function_name %>

<%= t(".arguments") %>

<%= tool_call.function_arguments %>
<% end %>