Prompt
A Prompt in Lleverage is a concise set of instructions in natural language that guides AI models to perform specific tasks within your workflow. Prompts are the core mechanic that drives the features you're building in your automations.
Key Features
Natural language instructions for directing AI behavior
Multiple model options to optimize for balance, speed, or intelligence
Support for text, images, and files as input for processing
Variable integration for dynamic workflow data
Advanced configuration through Prompt Studio
How to Add a Prompt Action
Open the Add Action menu using one of three methods:
Click the "Add Action" button in the top left corner
Click on a connection circle on an existing action card
Click and drag from one action to create a connection
Select "AI" from the categories or find "Prompt" in the "All" tab
Click on "Prompt" to add it to your canvas
💡 If you add multiple prompts, they will be automatically numbered (Prompt 1, Prompt 2, etc.)
How to Configure the Prompt Action Card
Locate the Prompt card on your canvas which includes:
Header with the action name (which can be renamed)
Variable chip in the top left corner for referencing outputs
Controls for expanding/collapsing, running the prompt, and additional options
Connection points for inputs and outputs
Natural language description that updates automatically
Configure basic settings directly on the card:
Model selection: Choose from Balanced (default), Fastest, or Smartest options
Instructions: Add up to three instruction blocks in the main card view
Set up your instructions:
Type your prompt text in the instructions area
Specify message roles (user or assistant) if desired
Generate content by clicking the star icon in the bottom left
Add media references using the image or clip icons
⚠️ Different models have different capabilities and speed. The model you choose may affect whether text, image, audio, and PDF processing are available.
How to Add Media to Prompts
Click the image icon or clip icon in the instruction area
A link field will appear below the instruction
Enter a variable reference or image URL in this field
Delete media attachments by clicking the delete icon if needed
How to Write Effective Prompts
Be specific with your instructions to ensure relevant responses
Provide clear context to help the model produce accurate results
Structure your prompt logically
Consider using:
Dynamic variables with the '@' button or typing with
{{ brackets }}
syntax for real-time data insertionParameters, traits, and constraints to guide the AI response
Different message roles to structure conversations
💡 You can reorder multiple instructions using the grab handles on the right side of each instruction box.
How to Access Prompt Studio (formerly Prompt IDE)
Add a Prompt action to your workflow canvas
Click on "Prompt Studio" at the bottom of the Prompt card
The full-screen Prompt Studio interface will open
💡 You can move back and forth between Prompt Studio and your workflow for the most effective experience.
How to Use Prompt Studio
In the expanded Prompt Studio view, you can:
Select your model from expanded options
Configure advanced model settings (temperature, top P, top K, max tokens)
Set output format (text or JSON with optional schema)
Resize columns for better workspace management
Add and reorder multiple instructions using grab handles
Advanced configuration includes:
Output settings: Choose between text or JSON format with schema options
Column resizing: Adjust the workspace to focus on different aspects of prompt building
Expanded instruction view: More space for complex prompt engineering
⚠️ Advanced model settings like temperature and token limits should only be adjusted if you understand their impact on AI behavior.
How to Test Prompts in Prompt Studio
Locate the "Test with mock data" option in the top right corner
This allows you to test the prompt in isolation from the rest of the workflow
Fill in any required variables with test values
Click "Run" to see the AI's response
Make adjustments based on the results
💡 Testing with mock data lets you isolate and perfect your prompt before integrating it with the full workflow.
How to Create and Compare Variants
In Prompt Studio, click the chevron next to your variant name in the left column
Select "Add new variant" to create a new version
Configure the new variant with different settings or instructions
To compare variants:
Click "Compare mode"
View variants side-by-side in vertical format
See how each responds to the same input
Create new variants directly from comparison view
Duplicate variants as needed
Activate your preferred variant by selecting it and returning to edit mode
💡 Creating variants allows you to keep your previous configurations while testing new approaches.
How to Save and Exit
All changes are automatically saved when you close Prompt Studio
Click the X or close button to return to the workflow canvas
Your prompt configurations will be processed and integrated with your workflow
Types of Prompts Supported
Chat for conversational flows
Completions for text analysis, text generation, or data processing
Last updated