From 7a17ec9b14300fdc18613e559d997d97405b78a9 Mon Sep 17 00:00:00 2001 From: Xabilimon <9402474@alumnos.ufv.es> Date: Wed, 25 Mar 2026 21:58:09 +0100 Subject: [PATCH] Update skills/token-budget-advisor/SKILL.md Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- skills/token-budget-advisor/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/token-budget-advisor/SKILL.md b/skills/token-budget-advisor/SKILL.md index ea126742..0e36eaae 100644 --- a/skills/token-budget-advisor/SKILL.md +++ b/skills/token-budget-advisor/SKILL.md @@ -85,8 +85,8 @@ Precision: heuristic estimate ~85-90% accuracy (±15%). ``` Level token estimates (within the response window): -- 25% → `min + (max - min) × 0.15` -- 50% → `min + (max - min) × 0.45` +- 25% → `min + (max - min) × 0.25` +- 50% → `min + (max - min) × 0.50` - 75% → `min + (max - min) × 0.75` - 100% → `max`