Variable Definition Methods
Fixed Value
Hardcode a static value
Referred
Reference an existing variable
AI Derived
Capture dynamically through conversation
AI Derived Variables
AI Derived variables are automatically captured through the conversation between the agent and the user based on the description you provide.
How It Works
For Master Agents:- No need to explicitly mention variable capture in the agent prompt
- Simply add the variable name and provide a clear description
- The agent will automatically extract and store the value during conversation
- You must specify in the prompt which session variable to store the captured value
Best Practices
Provide detailed descriptions including data type and format requirements:Referred Variables
Referred variables allow you to copy the value from an existing session variable. This is useful when you need to pass data between agent nodes or reuse existing values.
Simply select the source variable from the available session variables.
Fixed Value Variables
Fixed Value variables contain static, hardcoded values that remain constant throughout the workflow.
Configuration
- Value: Enter the static value for the variable
- Description (optional): Add a description for your reference

