Fix type annotation for images variable

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-05-03 02:30:01 +00:00
parent 082cbd2c1c
commit e27bcfb381

View File

@@ -65,7 +65,7 @@ def patch_litellm_ollama_pt():
"""
user_message_types = {"user", "tool", "function"}
msg_i = 0
images = []
images: List[str] = []
prompt = ""
# Handle empty messages list