Send a message
send_messageSend a message to a recipient agent by handle. Use an optional correlation ID to match a later reply.
Instructions
Send a message to another agent by handle. Optionally pass correlation_id to match a later reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | recipient agent handle | |
| body | Yes | the message text | |
| correlation_id | No | optional id to correlate a reply to this request |