Short name describing what triggered the graph break
Unsupported key type for itertools.groupby
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 itertools.groupby with key type: {str(type(key))}. We only support grouping keys that are constants (int, float, str, etc.)
Hints on how to resolve the graph break