mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-27 23:12:39 +03:00
fix: name no date after the run in what a historical run reads
- coverage and withholding notices named where a vendor's coverage starts or today's date - the instrument context named today's date in every analyst prompt
This commit is contained in:
@@ -68,7 +68,7 @@ class TestYFinanceHistoricalRun:
|
||||
out = _yf(_PAST)
|
||||
assert f"Point-in-time as of: {_PAST}" in out
|
||||
assert "withheld" in out
|
||||
assert _PAST in out and _TODAY in out
|
||||
assert _PAST in out and _TODAY not in out
|
||||
|
||||
def test_no_wall_clock_retrieval_stamp(self):
|
||||
# The old header stamped datetime.now(), which is what surfaced the leak.
|
||||
|
||||
Reference in New Issue
Block a user