From 7aef10acbd06be1ba8ce5b7487d9f828bef5137d Mon Sep 17 00:00:00 2001 From: Yijia-Xiao Date: Sun, 14 Jun 2026 18:12:57 +0000 Subject: [PATCH] fix(sentiment): guide an informative, high-signal narrative Add quality guidance to the narrative field so the sentiment report stays informative and substantive, with each point adding new signal for the trader. --- tradingagents/agents/schemas.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tradingagents/agents/schemas.py b/tradingagents/agents/schemas.py index 2e852b25f..53e5a906a 100644 --- a/tradingagents/agents/schemas.py +++ b/tradingagents/agents/schemas.py @@ -295,7 +295,9 @@ class SentimentReport(BaseModel): "(3) dominant narrative themes; " "(4) catalysts and risks surfaced by the data; " "(5) a markdown table summarising key sentiment signals, their " - "direction, source, and supporting evidence." + "direction, source, and supporting evidence. " + "Keep it informative and substantive: develop each section thoroughly " + "with concrete evidence so every point adds new signal for the trader." ), )