fix: specifying target observee

This commit is contained in:
adavyas 2026-06-15 11:26:27 -04:00
parent ed46673025
commit dc0e6b7984
1 changed files with 2 additions and 0 deletions

View File

@ -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: