All tool calls across conversations - click a point to see details
{{ timeline.total_invocations }}
{{ timeline.tool_counts|length }}
{{ timeline.total_tokens|format_compact }}
${{ "%.4f"|format(timeline.total_cost) }}
| Time | Tool | Details | Tokens | Cost |
|---|---|---|---|---|
| {{ inv.x.split('T')[1][:8] if inv.x and 'T' in inv.x else inv.x }} | {{ inv.tool_name }} | {{ inv.params_preview|truncate(40) if inv.params_preview else '-' }} | {{ inv.y|format_compact }} | ${{ "%.4f"|format(inv.cost) }} |
No tool invocations found