Address code review: clarify token estimation descriptions

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
Agent-Logs-Url: https://github.com/aguzererler/TradingAgents/sessions/94532c4f-3d37-464e-9a74-3c2e9899a532
This commit is contained in:
copilot-swe-agent[bot] 2026-03-21 02:35:26 +00:00
parent ada257ac3e
commit 33b61910e3
1 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ assume default models (`quick_think` = gpt-5-mini, `deep_think` = gpt-5.2,
|------|----------|-------|-----------|-------------------|-------------------|
| load_portfolio | — | — | 0 | 0 | 0 |
| compute_risk | — | — | 0 | 0 | 0 |
| review_holdings | mid_think | get_stock_data, get_news | 2 × N holdings | ~3,0006,000 | ~1,5003,000 |
| review_holdings | mid_think | get_stock_data, get_news | 1 call reviews all holdings (up to 5 tool rounds) | ~3,0006,000 | ~1,5003,000 |
| prioritize_candidates | — | — | 0 | 0 | 0 |
| pm_decision | deep_think | — | 1 | ~6,00012,000 | ~2,0004,000 |
| execute_trades | — | — | 0 | 0 | 0 |
@ -400,7 +400,7 @@ assume default models (`quick_think` = gpt-5-mini, `deep_think` = gpt-5.2,
| Workflow | quick_think | deep_think |
|----------|-------------|------------|
| Scanner | ~5K11K in / ~3K7K out | ~8K15K in / ~3K5K out |
| Trading (per ticker, ~3 tickers) | ~105K165K in / ~36K60K out | ~36K72K in / ~12K24K out |
| Trading (× 3 tickers — aggregate) | ~105K165K in / ~36K60K out | ~36K72K in / ~12K24K out |
| Portfolio | — | ~6K12K in / ~2K4K out |
| **Totals** | **~110K176K in / ~39K67K out** | **~50K99K in / ~17K33K out** |