Build Persona from Collection
neuron_build_personaDistill a reusable voice from a Collection of mined content: analyzes the top-engagement items and reverse-engineers a voiceProfile (tone, diction, cadence, emoji/formatting habits, themes, dos/donts) + representative exemplars. Requires the collection to have >=3 usable samples. Runs an LLM call (a few seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Persona name. Defaults to '<collection name> voice'. | |
| sampleLimit | No | How many top-engagement items to analyze (default 40). | |
| collectionId | Yes | Source Collection UUID (built by the web agent / content mining). |