🔂 statusNoticeHelpers.ts

This commit is contained in:
nirholas
2026-03-31 10:24:30 +00:00
parent ccaacc2751
commit 579a67fc36

View File

@@ -18,3 +18,4 @@ export function getAgentDescriptionsTotalTokens(
return total + roughTokenCountEstimation(description)
}, 0)
}