promote_entity
Promotes a recurring entity into its own thread under a stream, attaching its notes and routing future tagged notes to that thread.
Instructions
Promote a recurring entity into its own thread under a stream.
Propose this (with the user's OK) once an entity is `promotable` (see
`list_entities`). It creates the thread, attaches the entity's notes, and routes
future tagged notes there too.
Args:
entity: Id of the entity to promote (from `list_entities`).
stream: Id of the parent stream the thread should live under.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| stream | Yes |