fix: unhashable dict dans context narrative + normalisation tickers EUR/USD pour VaR
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -905,7 +905,7 @@ NOUVELLES IDÉES GÉNÉRÉES CE CYCLE ({len(new_pattern_names)} patterns ajouté
|
||||
{_json.dumps(new_pattern_names, ensure_ascii=False)}
|
||||
|
||||
TOP 5 PATTERNS LES MIEUX SCORÉS MAINTENANT:
|
||||
{_json.dumps([{{"name": s.get("geo_trigger","?"), "score": s.get("score"), "catalyst": s.get("key_catalyst","")[:80]}} for s in top_scored], ensure_ascii=False)}
|
||||
{_json.dumps([{"name": s.get("geo_trigger","?"), "score": s.get("score"), "catalyst": s.get("key_catalyst","")[:80]} for s in top_scored], ensure_ascii=False)}
|
||||
|
||||
Ta tâche: Explique le RAISONNEMENT de ce cycle.
|
||||
Pour chaque nouvelle idée générée:
|
||||
|
||||
Reference in New Issue
Block a user