mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Fix type annotation for images variable
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user