SystemPrompt
A SystemPrompt defines how to process your data and interact with different engines. It provides the base guidelines for LLM output and additionally stores configuration data.
Engine
StoryEngine Supports multiple engines. Each prompt can use a different engine based on your requirements.
| Engine | Description |
|---|---|
| Template | Locally run engine that does not interact with AI models. Useful for formatting data only messages that contain StoryEngine content. |
| OpenAI | Use models hosted by OpenAI |
| Anthropic | Use models hosted by Anthropic |
Model
Choose the model to use for this system prompt.
| Engine | Model |
|---|---|
| OpenAI | gpt-4o |
| OpenAI | gpt-4o-mini |
| OpenAI | gpt-5 |
| OpenAI | gpt-5-mini |
| OpenAI | gpt-5-nano |
| Anthropic | claude-haiku-4-5 |
| Anthropic | claude-sonnet-4-5 |
Schema
Optionally provide a JSON Schema that instructs AI engines on how to format responses. For effective use, the SystemPrompt text must also instruct the AI to output in the structured format.
Text
The text of the system prompt. The system prompt has limited access to StoryEngine event data and should typically contain short, reusable instructions. Use Prompt to contain specific data.