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
Creating new evaluator configurations programatically fails unexpectedly. The reason is that in the default call, the correct_answer value is set to None instead to the default correct_answer.
We should either set the value per default to correct_answer (in the SDK, or in the backend if set to None), or raise an Exception if the call is done without providing a correct answer value.
Creating new evaluator configurations programatically fails unexpectedly. The reason is that in the default call, the correct_answer value is set to None instead to the default correct_answer.
We should either set the value per default to correct_answer (in the SDK, or in the backend if set to None), or raise an Exception if the call is done without providing a correct answer value.
Context for the bug
From SyncLinear.com | AGE-452
The text was updated successfully, but these errors were encountered: