The design system's console row for one tool invocation: a small outlined
"TOOL" chip (or a custom icon), the tool title in mono, a truncated
detail preview, and a rotating chevron that expands to the panel content.
Purely presentational — callers own the mapping from their tool-call data
to title/detail/pending and the expanded panel. The deployed agent
UI's message list renders it via its tool-call block, and the studio's
chat transcript renders it with variant="compact", so the two surfaces
read as one component.
Colors come from the nearest theme context (see useTheme); without
a provider the default AssemblyAI theme applies.
The design system's console row for one tool invocation: a small outlined "TOOL" chip (or a custom
icon), the tool title in mono, a truncated detail preview, and a rotating chevron that expands to the panel content.Purely presentational — callers own the mapping from their tool-call data to
title/detail/pendingand the expanded panel. The deployed agent UI's message list renders it via its tool-call block, and the studio's chat transcript renders it withvariant="compact", so the two surfaces read as one component.Colors come from the nearest theme context (see useTheme); without a provider the default AssemblyAI theme applies.