Build Persona from WhatsApp Chat
neuron_build_persona_from_conversationDistill a reusable voice from an existing WhatsApp conversation's stored messages — no extension needed. author picks whose voice: 'me' (owner's own outgoing texts), 'contact' (the other party), 'bot', or 'any'. For a group chat, pass senderName/senderPhone to isolate one participant. Requires >=3 usable text messages. Runs an LLM call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | How many recent messages to read (default 200). | |
| author | No | Whose voice to capture. Default 'me'. | |
| senderName | No | For groups: match one participant by display name. | |
| senderPhone | No | For groups: match one participant by phone. | |
| conversationId | Yes | Conversation UUID (from neuron_list_conversations). |