create_agent_persona
Define a personalized identity for an AI agent by providing a name, character description, and optional status.
Instructions
Create an agent's persona. Pass name, characterText and optional status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Persona fields, e.g. { "name": "…", "characterText": "…" }. | |
| agentId | Yes | The agent's id. |