use_prompt
Execute registered prompt templates to run wizards, workflows, and guided interactions in the Letta system.
Instructions
Execute a registered prompt template. Use this to run wizards, workflows, and guided interactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_name | Yes | Name of the prompt to execute (e.g., letta_agent_wizard, letta_memory_optimizer) | |
| arguments | No | Arguments to pass to the prompt (depends on the specific prompt) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | Messages returned by the prompt | |
| description | No | Description of the prompt | |
| prompt_name | Yes | Name of the executed prompt |