update_persona
Update an existing persona's name, avatar, voice, system prompt, or LLM by specifying the persona ID and fields to change.
Instructions
Update an existing persona. Only provide the fields you want to change.
Args: persona_id: The UUID of the persona to update name: New display name avatar_id: New avatar UUID voice_id: New voice UUID system_prompt: New personality instructions llm_id: New LLM UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona_id | Yes | ||
| name | No | ||
| avatar_id | No | ||
| voice_id | No | ||
| system_prompt | No | ||
| llm_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |