Action Variables
Last updated
Last updated
Action Variables are placeholders Inbox AI replaces with actual values before they are sent to the AI. See Templating for more information about using them and the default variables available.
To create and edit variables, click the"'Edit variables" button (1) in the bottom right of most actions.
The popup shows you a list of the variables available to the selected action. Each variable has:
A name, which is used to refer to the variable using Templating (i.e {{ input }}
)
A label for the AI or Human with a more readable format
A description for the AI or Human with instructions how to use the variable
A type:
String: A piece of text
Array: A list of strings
Whether it is intended to be used for by a human or an AI
Human variables result in a configuration screen to show. This allows for easy configuration of actions, especially actions shared with others can benefit from this. A common example of these are API keys.
AI variables are used by Ask AI actions. The AI uses your label and descriprion to do its best filling them.
Human variables that start with the word "secret" (i.e. secretApiKey
) will automatically show in the configuration screen as passwords.