create_persona
Create a new AI persona by specifying name, avatar, voice, and system prompt to define its personality and behavior.
Instructions
Create a new Anam persona with specified avatar, voice, and personality.
Args: name: Display name for the persona (e.g., "Customer Support Agent") avatar_id: UUID of the avatar. Use list_avatars or search_avatars to find one. voice_id: UUID of the voice. Use list_voices or search_voices to find one. system_prompt: Instructions defining the persona's personality and behavior. llm_id: UUID of the LLM. Defaults to Anam's standard LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| avatar_id | Yes | ||
| voice_id | Yes | ||
| system_prompt | Yes | ||
| llm_id | No | 0934d97d-0c3a-4f33-91b0-5e136a0ef466 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |