Capture variables can be defined in three different ways, each serving a specific use case.Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Variable Definition Methods
Fixed Value
Hardcode a static value
Referred
Reference an existing variable
AI Derived
Capture dynamically through conversation
AI Derived Variables

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

Fixed Value Variables

Configuration
- Value: Enter the static value for the variable
- Description (optional): Add a description for your reference