Short name describing what triggered the graph break
strict_mode: improper args
Values or code snippet captured at the break point
args: {args}, kwargs: {kwargs}
Explanation of why the graph break was triggered
strict_mode higher order op expects flat inputs (list/tuple/dict)
Hints on how to resolve the graph break