mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 12:43:32 +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):
|
Level token estimates (within the response window):
|
||||||
- 25% → `min + (max - min) × 0.15`
|
- 25% → `min + (max - min) × 0.25`
|
||||||
- 50% → `min + (max - min) × 0.45`
|
- 50% → `min + (max - min) × 0.50`
|
||||||
- 75% → `min + (max - min) × 0.75`
|
- 75% → `min + (max - min) × 0.75`
|
||||||
- 100% → `max`
|
- 100% → `max`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user