Build Persona from Text
neuron_build_persona_from_textDistill a reusable voice from raw text — no Collection or browser extension needed. Feed it pasted posts, a chat/dialogue transcript, WhatsApp-export text, or your own well-crafted writing sample, and it reverse-engineers a voiceProfile (tone, diction, cadence, emoji/formatting habits, themes, dos/donts) + exemplars. Provide text (auto-split into samples) and/or samples (already-split). Runs an LLM call (a few seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Persona name. Defaults to '<author> voice' or 'Custom voice'. | |
| text | No | A raw blob to distill: posts, a dialogue, a chat transcript, or a writing sample. Auto-split into samples. | |
| samples | No | Pre-split writing samples (alternative or addition to `text`). | |
| speaker | No | If `text` is a chat transcript, keep only this speaker's lines (name match) — so a group chat yields one person's voice. | |
| platform | No | Optional metadata tag for the samples (e.g. 'whatsapp', 'x'). | |
| authorLabel | No | Who the voice belongs to, for a more grounded analysis. | |
| description | No |