Skip to content

Commit d27b1bb

Browse files
authored
Merge pull request #2442 from Koshkoshinsk/fix/core-instructions-message-wrapping
fix(core-instructions): require message wrapping for single-destination agents
2 parents c9c5ffa + 1d4d920 commit d27b1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/agent-runner/src/mcp-tools/core.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Sending messages
22

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.
44

55
### Mid-turn updates (`send_message`)
66

0 commit comments

Comments
 (0)