TradingAgents/tradingagents
Jiaxu Liu 24e97fb703 fix: use Responses API for Copilot models that don't support chat/completions
gpt-5.4, gpt-5.4-mini, and codex variants only support /responses,
not /chat/completions on the Copilot endpoint. Auto-detect and set
use_responses_api=True for these models.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-23 13:50:55 +00:00
..
agents refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
auth feat: add GitHub Copilot provider with OAuth auth via gh CLI 2026-03-23 13:18:55 +00:00
dataflows fix: add exponential backoff retry for yfinance rate limits (#426) 2026-03-22 22:11:08 +00:00
graph refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
llm_clients fix: use Responses API for Copilot models that don't support chat/completions 2026-03-23 13:50:55 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py feat: add GitHub Copilot provider with OAuth auth via gh CLI 2026-03-23 13:18:55 +00:00