You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'dict' object has no attribute 'content'
This happens in providers/remote/inference/ollama/ollama.py::_convert_message, which expects Message objects but now sometimes receives OpenAI-style dicts.