From 0024bfd98ac654cd9ec0085045c8f85d0a112605 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9B=93=EF=B8=8F=20tokens.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tokens.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/tokens.ts b/src/utils/tokens.ts index c56da55..c4a084c 100644 --- a/src/utils/tokens.ts +++ b/src/utils/tokens.ts @@ -259,3 +259,4 @@ export function tokenCountWithEstimation(messages: readonly Message[]): number { } return roughTokenCountEstimationForMessages(messages) } +