Confusion on an AI variable
-
On the "Edit AI" prompt screen, the following is presented as a variable example:
- {classification_labels} - The allowed classification labels
When you "view all available variables" you get something different:
{categorization_labels}The allowed classification labels The Help page seems to indicate it is the first one (classification_labels.
Any guidance on which is correct? I was using classification_labels but when I realized the "View all available variables" listed categorization_labels instead I changed it to that. Both seem to work. For now I've just hard coded the labels.
-
The system will use either {classification_labels} or {categorization_labels}. I've submitted a bug for the developement team to change all occurrences of categorization_labels to classification_labels. But the system will still use either one.
Thanks!
-
I thought that might be the case because the prompt seeemed to work fine with either one, but, better safe than sorry and figured I'd ask. Thanks!