Short name describing what triggered the graph break
functools.partial() with non-literal keyword
Values or code snippet captured at the break point
non-literal keyword: {k}
Explanation of why the graph break was triggered
functools.partial() expects literal/string keywords
Hints on how to resolve the graph break