Short name describing what triggered the graph break
Opaque object member with method-type USE_REAL returned a reference-type opaque object.
Values or code snippet captured at the break point
Opaque object type: {real_obj_type}. Method name: ‘{name}’
Explanation of why the graph break was triggered
To properly guard reference-type opaque objects, we must lift them as inputs to the graph. In order to do this, they must all have a source, meaning they come from a global value or are an attribute of an input.
Hints on how to resolve the graph break