/** Token cost card sub-component for WorkItemDetailPanel. */ import type { AgentCostEntry, TokenCostResponse } from "../api/client"; /** Renders the "Token Cost" card in the detail panel. */ export function TokenCostSection({ tokenCost, }: { tokenCost: TokenCostResponse | null; }) { return (