Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyiqunLu committed Sep 19, 2024
1 parent 4dec2ab commit 1c208cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vision_agent/tools/meta_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def edit_code_artifact(
{
"name": name,
"content": artifacts[name],
"contentType": "vision_code",
"action": "edit",
}
)
Expand Down Expand Up @@ -445,7 +444,6 @@ def detect_dogs(image_path: str):
{
"name": name,
"content": code,
"contentType": "vision_code",
"action": "edit",
}
)
Expand Down

0 comments on commit 1c208cb

Please sign in to comment.