mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
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:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user