1 2 3 4 5 6 7
# A Python file with no @tool decorators. # The adapter should return an empty list. def helper(x): return x + 1 MY_CONSTANT = 42