You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing user input via the /predict endpoint of the LLM NLU helper, there are instances where the system correctly identifies the presence of a language entity but fails to populate its value field with the classified language code (e.g., 'en', 'fr'). Instead, the value field incorrectly contains the literal user input string that was being analyzed.
The text was updated successfully, but these errors were encountered:
When processing user input via the /predict endpoint of the LLM NLU helper, there are instances where the system correctly identifies the presence of a language entity but fails to populate its value field with the classified language code (e.g., 'en', 'fr'). Instead, the value field incorrectly contains the literal user input string that was being analyzed.
The text was updated successfully, but these errors were encountered: