Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.promptjuggler.com/llms.txt

Use this file to discover all available pages before exploring further.

Prompt

Runs a prompt within the workflow. Select a prompt and a version (or tag, or latest published) from the dropdowns, map the workflow’s data to the prompt’s placeholders, and the output feeds into whatever comes next. Configuration includes the channel assignment for memory isolation, and whether to use the prompt’s trigger handle for loop re-execution.

Workflow

Nests an entire workflow inside another. Same pattern: select a workflow and version from the dropdowns, map inputs, receive outputs. This is how you build modular, reusable systems – a complex sub-process becomes a single node in a larger pipeline. Both Prompt and Workflow nodes have a trigger handle at the bottom. When a Loop node connects to this handle, it re-runs the node with fresh context on each iteration.