Short name describing what triggered the graph break
Failed to convert args/kwargs to proxy
Values or code snippet captured at the break point
call_function args: {typestr(args)} {typestr(list(kwargs.values()))}
Explanation of why the graph break was triggered
Missing as_proxy()
implementation for some arg/kwarg.
Hints on how to resolve the graph break
No hints provided.