Short name describing what triggered the graph break
HOP: non-callable variable
Values or code snippet captured at the break point
arg name: {arg_name}, func_var type: {str(func_var)}
Explanation of why the graph break was triggered
{arg_name} should be a callable but is of type {str(func_var)}.
Hints on how to resolve the graph break
No hints provided.