How do I reference inputs?
Create and reference input variables with Liquid
To create and reference variables:
- Click add field in the Start step
- Name your input in the Label field
- Note the Variable Name beneath the Label field. You will use this in the LLM step.
- Click Save field in the Start step
- Add an LLM step to the workflow
- Configure the System prompt
- Generally, tell the AI who it is and what it's supposed to do
- E.g. If it's a support ticket classifier, tell it to analyze the user's review and return a ticket category
- Configure the User prompt
- Provide more specific instructions about your specific use case
- Click on the pill of the input variable to refer to the data you will provide to the LLM

Click on the pill beneath the field to refer to your input variable
Updated about 1 month ago