Short name describing what triggered the graph break
random.Random() with improper arguments
Values or code snippet captured at the break point
args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
random.Random() with > 1 arg or with kwargs is not supported.
Hints on how to resolve the graph break