You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: container/agent-runner/src/mcp-tools/core.instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Sending messages
2
2
3
-
Your final response is delivered via the `## Sending messages` rules in your runtime system prompt (single-destination: just write; multi-destination: use`<message to="name">...</message>` blocks). See that section for the current destination list.
3
+
**Every response** must be wrapped in `<message to="name">...</message>` blocks — even if you only have one destination. Bare text outside of`<message>` blocks is scratchpad (logged but never sent). See the `## Sending messages`section in your runtime system prompt for the current destination list and names.
0 commit comments