Node Inputs
The node has several inputs that allow you to customize how it operates:- context: (Optional) This is additional information you can provide to the AI to help it understand the situation or scenario in which it needs to generate a value. Think of it as giving the AI some context or background.
-
value name: This is the specific name of the value you want the AI to generate. For example, if you’re looking for a rating, you might name this
customer satisfaction rating
. - value type: Here you specify what sort of value you expect the AI to generate. It could be text, a number, or a boolean (true/false).
- value description: In this input, you explain what the value represents and how the AI should decide what to generate. Giving clear criteria and examples can help the AI understand what you’re looking for. For instance, if you’re asking for a rating, describe the scale and what each point on that scale means.
Node Output
The node provides a single output:- value: This is the direct, no-nonsense result produced by the AI. It corresponds to the
value name
you defined and is presented in thevalue type
format you specified without any extra information or fluff.