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
The method is checking for various combinations of content compared to the declared output schema, but if the result is an error then this should be just returned irrespective of the schema and structuredContent values i.e.
if (Boolean.TRUE.equals(result.isError())) {
return result;
}