Short name describing what triggered the graph break
Pydantic dataclass constructor
Values or code snippet captured at the break point
{self.value}
Explanation of why the graph break was triggered
Dynamo graph breaks on pydantic dataclass constructors because validation mutates the instance outside traced bytecode.
Hints on how to resolve the graph break
No hints provided.