- Add max_summary_chars parameter (default 500) to get_news_yfinance and get_global_news_yfinance - Smart truncation: tries to cut at first paragraph, falls back to word boundary - Users can set max_summary_chars=0 for full text - Addresses issue #291: news data too large causing token waste Closes #291 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| config.py | ||
| interface.py | ||
| stockstats_utils.py | ||
| utils.py | ||
| y_finance.py | ||
| yfinance_news.py | ||