From d7d697b29363c49e0edadb3c92cf881077070954 Mon Sep 17 00:00:00 2001 From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:09:26 +0100 Subject: [PATCH] docs: update `to` docstring ref: N25B-441 --- src/control_backend/schemas/internal_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control_backend/schemas/internal_message.py b/src/control_backend/schemas/internal_message.py index d70f80a..758c085 100644 --- a/src/control_backend/schemas/internal_message.py +++ b/src/control_backend/schemas/internal_message.py @@ -7,7 +7,7 @@ class InternalMessage(BaseModel): """ Standard message envelope for communication between agents within the Control Backend. - :ivar to: The name of the destination agent. + :ivar to: The name(s) of the destination agent(s). :ivar sender: The name of the sending agent. :ivar body: The string payload (often a JSON-serialized model). :ivar thread: An optional thread identifier/topic to categorize the message (e.g., 'beliefs').