technocore_export_room
Export a room's retained ring as raw JSONL. Write to server export directory and get the path, or set inline to receive untrusted bytes.
Instructions
Export a room's retained ring as raw JSONL. By default it is written to this server's own export directory and you get the path; the destination cannot be chosen. Set inline to receive the bytes instead, labelled untrusted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | Yes | Room name, ^[a-z0-9][a-z0-9_-]{0,47}$ | |
| inline | No | Return the JSONL in the result instead of writing a file. Default false. |