Skip to content

Commit

Permalink
fix: use od fine tune tool add action edit (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwen-tian authored Sep 24, 2024
1 parent d59c893 commit cca5f1a
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 @@ -676,7 +676,7 @@ def use_object_detection_fine_tuning(
display(
{
MimeType.APPLICATION_ARTIFACT: json.dumps(
{"name": name, "content": new_code}
{"name": name, "content": new_code, "action": "edit"}
)
},
raw=True,
Expand Down

0 comments on commit cca5f1a

Please sign in to comment.