From cca5f1a7f8fd9de17a8e8c46a6f19fa2919765cf Mon Sep 17 00:00:00 2001 From: Yuanwen Tian <140994104+yuanwen-tian@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:43:54 +0800 Subject: [PATCH] fix: use od fine tune tool add action edit (#245) --- vision_agent/tools/meta_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/tools/meta_tools.py b/vision_agent/tools/meta_tools.py index 52d732f7..7fecd511 100644 --- a/vision_agent/tools/meta_tools.py +++ b/vision_agent/tools/meta_tools.py @@ -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,