Record a pattern the swarm should see
emit_metaRecord a pattern, anomaly, insight or warning, naming the fact ids it was derived from. The rows must exist: an insight with nothing behind it is an opinion, and the swarm's memory of itself is the last place an opinion should be stored as a fact. This layer is for observations that span more than one fact, which is exactly what no single fact can say.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | What kind of observation this is. | |
| content | Yes | The observation, in a sentence a peer can check against the rows you name. | |
| confidence | No | Your own confidence, 0 to 1. | |
| derived_from | Yes | Fact ids from read_facts that this was computed over. Required, and every one must exist. |