import_persona
Enables dynamic AI persona management by importing personas from a file path or JSON string, with optional overwrite functionality, for use in AI assistant behavior customization.
Instructions
Import a persona from a file path or JSON string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
overwrite | No | Overwrite if persona already exists (default: false) | |
source | Yes | File path to a .md or .json file, or a JSON string of the persona |