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.
The entry point for your workflow. Each Input node defines a named parameter that must be provided when the workflow runs – either from the run form in the UI, from the API request’s inputs field, or from a dataset column in an evaluation.
Output
The exit point. Whatever arrives at an Output node becomes part of the workflow’s result. You can have multiple Output nodes, each with a different name, and they’ll all appear in the run response.
Value
A constant. Type in a string value and it flows downstream unchanged. Useful for thresholds, template fragments, configuration strings, or anything you want hardcoded into the workflow without passing it as an input every time.