Defining Variables
To use variables in your agent, you will first need to define them in the Variables section of the Agent.
To set up a definition for any variable you want to use and/or collect in the conversation, it requires at a minimum:
- a name
- a type
- a description - this is for the LLM to understand what this data is for and how it should therefore, interpret the conversation and extract it for you.
For more information on defining variables see the Variables documentation.