From 28c778779db05faf4eaab771ad39008113133def Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 10 Sep 2024 15:19:47 -0700 Subject: [PATCH] fixed prompt --- vision_agent/agent/vision_agent_coder_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/agent/vision_agent_coder_prompts.py b/vision_agent/agent/vision_agent_coder_prompts.py index 9f44c345..6d7b18d6 100644 --- a/vision_agent/agent/vision_agent_coder_prompts.py +++ b/vision_agent/agent/vision_agent_coder_prompts.py @@ -353,7 +353,7 @@ def find_text(image_path: str, text: str) -> str: ```json {{ "reflections": str # any thoughts you have about the bug and how you fixed it - "which_code": str # which code you fixed, can either be 'code' or 'test' + "which_code": str # the code that was fixed, can only be 'code' or 'test' }} ```