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
Here is the output - well formatted/expected : {"sequence":"refund","labels":["refund","legal","new_feature"],"scores":[0.8690019845962524,0.07823403179645538,0.05276406183838844]}
the output is different and mixed : {"sequence":"I need this new feature in product","labels":["\"new_feature\"","\"legal\"]","[\"refund\""],"scores":[0.836469829082489,0.11843764036893845,0.04509248584508896]}
Environment
Kestra Version: develop
The text was updated successfully, but these errors were encountered:
Describe the issue
Is it normal to have a different behavior between the following syntax?
Here is my flow for example, and I have two different API response depending of the choosen syntax
Here is the output - well formatted/expected :
{"sequence":"refund","labels":["refund","legal","new_feature"],"scores":[0.8690019845962524,0.07823403179645538,0.05276406183838844]}
when using:
the output is different and mixed :
{"sequence":"I need this new feature in product","labels":["\"new_feature\"","\"legal\"]","[\"refund\""],"scores":[0.836469829082489,0.11843764036893845,0.04509248584508896]}
Environment
The text was updated successfully, but these errors were encountered: