From dc0e6b79846d37dc5d27cf0817dfe5f49924ce08 Mon Sep 17 00:00:00 2001 From: adavyas Date: Mon, 15 Jun 2026 11:26:27 -0400 Subject: [PATCH] fix: specifying target observee --- src/dreamer/specialists.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dreamer/specialists.py b/src/dreamer/specialists.py index 7cd218a2..bae70eef 100644 --- a/src/dreamer/specialists.py +++ b/src/dreamer/specialists.py @@ -122,6 +122,8 @@ class BaseSpecialist(ABC): return f"""Target observee: {observed} +The target observee is the peer identified above. When created observations need to name this subject, use the exact observee id above, not the phrase "the target observee". + """ def _build_peer_card_context(self, peer_card: list[str] | None) -> str: