Inputs
Inputs

Input fields will appear here based on {{variables}} in your prompt.

Editor
Outputs

Edit your prompt and click "Save & Run" to see outputs

Ready Struckdown Playground Remote
Settings Help
Settings
LLM model identifier
OpenAI-compatible endpoint
Stored in browser only
Help
Syntax
[[slot]] LLM completion
[[type:name]] Typed slot (bool, number, pick...)
{{var}} Input variable
[[@action|params]] Action call
<system>...</system> System message
<checkpoint> Memory boundary
{% if %}...{% endif %} Jinja conditional
Keyboard Shortcuts
Ctrl + S Save
Ctrl + Enter Save & Run
Ctrl + O Open file
Ctrl + I Toggle Inputs
Ctrl + , Settings
Ctrl + ? Help
Examples
Simple completion:
Tell me a joke about {{topic}}

[[joke]]
Typed extraction:
{{text}}

[[bool:is_positive]] Is sentiment positive?
[[pick:category|tech,sports,other]]
With system message:
<system>You are a helpful assistant.</system>

{{question}}

[[answer]]
Documentation