Short name describing what triggered the graph break
unsupported function.get call
Values or code snippet captured at the break point
call_function {self}, args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
Dynamo only supports function.get(func, obj[, cls]) where func is a user-defined function.
Hints on how to resolve the graph break