Update skills/token-budget-advisor/SKILL.md

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Xabilimon
2026-03-25 21:58:09 +01:00
committed by GitHub
parent 243fae8476
commit 7a17ec9b14

View File

@@ -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`