diff --git a/client/src/components/Chat/Input/TokenUsageIndicator.tsx b/client/src/components/Chat/Input/TokenUsageIndicator.tsx index a70f356d03..72562044d9 100644 --- a/client/src/components/Chat/Input/TokenUsageIndicator.tsx +++ b/client/src/components/Chat/Input/TokenUsageIndicator.tsx @@ -25,11 +25,14 @@ function ProgressBar({ value, max, colorClass, showPercentage = false }: Progres return (
-
-
+
+
+
+
+
{showPercentage && ( @@ -56,7 +59,7 @@ function TokenRow({ label, value, total, colorClass }: TokenRowProps) { {label} {formatTokens(value)} - ({percentage}%) + ({percentage}%)
@@ -109,7 +112,7 @@ function TokenUsageContent() { {hasMaxContext && (
-
+
{formatTokens(totalUsed)} {formatTokens(maxContext)}