Skip to content

Commit

Permalink
fixed wrong key
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Oct 6, 2024
1 parent 6f6e9f5 commit dda1e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def generate_vision_plan(
{artifacts[name]}"""
)
)
if "meida" in media_names and isinstance(media_names, dict):
if "media" in media_names and isinstance(media_names, dict):
for media in media_names["media"]:
if isinstance(media, str):
with open(media, "rb") as f:
Expand Down

0 comments on commit dda1e64

Please sign in to comment.