Now Assist Dynamic Choice Input Node .getDisplayValue() Not Working (BUG)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 01:07 PM
Hello All,
I am currently migrating NLU Virtual Agent topic blocks to be LLM topics. However, when using the Dynamic Choice input node in LLM topics, I notice that the .getDisplayValue() function appears to be broken. Previously, this function took the 'label' value of the dynamic choice option. However, now when I attempt to use this function, it instead returns the name of the node rather than the stored display value of the option that the user chose. I have attached some screenshots to illustrate this.
As one can see, the options that are provided in the dynamic choice node have a label and a value and I am attempting to retrieve the label of the option that the user chose. However, one can see in the image on the right that it is pulling the name of the node rather than the label value. The .getValue() function still works as it used to.
Any help would be appreciated,
Nathan Danek