Traceback (most recent call last):
  File "/mnt/ssd_data/html/early_access/ollama-agent-wrapper.py", line 5, in <module>
    from ollama import Client, Message, Tool, Function # <-- FUNCTION ADDED HERE
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'Function' from 'ollama' (/usr/lib/python3/dist-packages/ollama/__init__.py)
