buzz_reply
Reply to a message in a channel, creating a NIP-10 threaded response with optional file attachment.
Instructions
Reply to a message in a channel, threaded per NIP-10 (kind 9). Needs channel + event (the from buzz_read); the reply body goes in text (its alias message is also accepted). Threads under the original via marked e-tags (root/reply). Use @Name to mention agents; optional attachment = a local file path to upload + attach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| event | Yes | the message being replied to (<id> from buzz_read) | |
| channel | Yes | ||
| message | No | alias for `text` (accepted if `text` is omitted) | |
| attachment | No | local file path to upload + attach |