Managing Variables
Variables are reusable key-value pairs used across nodes and AI assistants. These values can be dynamically updated during execution or manually configured.Key Features
- Create Variables: Add new variables with a unique key and select a data type.
- Edit Variables: Modify the value or type of an existing variable.
- Delete Variables: Remove variables that are no longer in use.
Supported Data Types
string
Use the string
data type to store plain text or simple values.
Example:
json
Structured data such as objects or arrays.
dataframe
Use the dataframe
data type to store tabular data in CSV format.
Supports structured data with rows and columns.
Example:
Viewing and Managing Variables
The Data Viewer allows you to inspect and manage the data used in your AI assistants. You can filter, view, and export data directly from the dashboard.Key Features
- View Data: Inspect the data stored in your project.
- Filter Data: Apply filters to narrow down the data you want to view.
- Export Data: Download data for external use.