Short name describing what triggered the graph break
Hashability mismatch
Values or code snippet captured at the break point
raise_unhashable {arg}
Explanation of why the graph break was triggered
Dynamo thinks {arg_type.name} is unhashable, but its hash is not None. This likely indicates a missing or incorrect is_hashable() override.
Hints on how to resolve the graph break