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
If the service that is being invoked from within the engine does not respond with a valid JSON object structure - i.e., with opening and closing curly brackets { ... } - then the TaskOutputValidator ends up either a ClassCastException or a "technical failure" without much further info.
The error handling is expected to be more robust.
The text was updated successfully, but these errors were encountered:
If the service that is being invoked from within the engine does not respond with a valid JSON object structure - i.e., with opening and closing curly brackets
{ ... }
- then the TaskOutputValidator ends up either a ClassCastException or a "technical failure" without much further info.The error handling is expected to be more robust.
The text was updated successfully, but these errors were encountered: