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
Bug:
When we pass in feedback to LLM for pre-processing before displaying it on analytics, we expect response in 3 lines topic, sentiment, trend. If the response is not in the format of these three headers(ie if its less than 3 or more than 3 lines) the application throws error.
Solution:
we add some validator like a middleware where itll check for the 3 main sections required and remove the other unnecessary ones
The text was updated successfully, but these errors were encountered:
Bug:
When we pass in feedback to LLM for pre-processing before displaying it on analytics, we expect response in 3 lines
topic, sentiment, trend
. If the response is not in the format of these three headers(ie if its less than 3 or more than 3 lines) the application throws error.Solution:
we add some validator like a middleware where itll check for the 3 main sections required and remove the other unnecessary ones
The text was updated successfully, but these errors were encountered: