docs: use a current date in the usage examples

This commit is contained in:
Yijia-Xiao
2026-09-14 22:38:19 +00:00
parent 34899bd320
commit b9666f6e09
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ config = DEFAULT_CONFIG.copy()
ta = TradingAgentsGraph(debug=True, config=config)
# forward propagate
_, decision = ta.propagate("NVDA", "2024-05-10")
_, decision = ta.propagate("NVDA", "2026-09-01")
print(decision)
# Memorize mistakes and reflect