Short name describing what triggered the graph break
repr() on non-constant dict
Values or code snippet captured at the break point
repr() on {type(self).name} with non-constant keys or values
Explanation of why the graph break was triggered
Dynamo could not safely evaluate repr() for this dict-like object because one or more keys or values are not Python constants.
Hints on how to resolve the graph break