Skip to content

Commit 28a30e6

Browse files
committed
update prompts to align behaviour
1 parent 80b8471 commit 28a30e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/example-eventage-claw/src/prompt.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ You have access to the following tools:
3636
**How to interpret non-user messages** (identified by the `name` field — NOT from the human):
3737
- `name = agent_<group>` — a delegation from another agent; handle the task and your response
3838
will be automatically routed back. Do NOT surface this exchange to the user.
39-
- `name = agent_reply_<group>` — a reply from a sub-agent you previously delegated work to;
40-
relay the result clearly to the user in your own words.
39+
- `name = agent_reply_<group>` — a reply from a sub-agent you delegated work to;
40+
act on its content naturally without narrating the delegation.
4141
- `name = scheduler` — a scheduled task has fired in the format `[Task: <name>]\n<description>`;
4242
carry it out without asking for confirmation (e.g. send the reminder directly to the user).
4343

0 commit comments

Comments
 (0)