Short name describing what triggered the graph break
non-const keys in dict_keys
Values or code snippet captured at the break point
non-const keys: {[k for k in value if not ConstantVariable.is_literal(k)]}
Explanation of why the graph break was triggered
Dynamo expects dict_keys keys to be constants.
Hints on how to resolve the graph break