Short name describing what triggered the graph break
Unsupported function call
Values or code snippet captured at the break point
call_function {self} {args} {kwargs}
Explanation of why the graph break was triggered
Dynamo does not know how to trace the function {self.debug_repr()}
Hints on how to resolve the graph break
{self.debug_repr()}
in your code.