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 2, 2024
1 parent a108528 commit b9cce16
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 @@ -385,7 +385,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 b9cce16

Please sign in to comment.