Traceback (most recent call last):
File "/app/.venv/lib/python3.13/site-packages/graphai/graph.py", line 351, in execute
output = await current_node.invoke(input=state, state=self.state)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/graphai/nodes/base.py", line 152, in invoke
out = await instance.execute(**input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/.venv/lib/python3.13/site-packages/graphai/nodes/base.py", line 74, in execute
return await func(**params_dict) # Pass only the necessary arguments
^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: object dict can't be used in 'await' expression