create_chained_governance_block
Create a cryptographically chained governance block for derivative content, referencing the original publisher's block to preserve provenance and enforce usage policies such as attribution or compensation.
Instructions
Create a governance block for derivative content that references the original publisher's block. Preserves the chain of provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Derivative content | |
| publicKey | Yes | Derivative agent's Ed25519 public key (hex) | |
| privateKey | Yes | Derivative agent's Ed25519 private key (hex) | |
| parentBlock | Yes | Original governance block JSON string | |
| derivationType | Yes | Type: summary, embedding, rag_chunk, translation, etc. | |
| inference | No | ||
| training | No |