diff --git a/vision_agent/agent/vision_agent_coder_prompts.py b/vision_agent/agent/vision_agent_coder_prompts.py index 71231005..9f44c345 100644 --- a/vision_agent/agent/vision_agent_coder_prompts.py +++ b/vision_agent/agent/vision_agent_coder_prompts.py @@ -174,7 +174,7 @@ def remove_arrays(o): **Instructions**: 1. Given the plans, image, and tool outputs, decide which plan is the best to achieve the user request. -2. Sovle the problem yourself given the image and pick the plan that matches your solution the best. +2. Solve the problem yourself given the image and pick the plan that matches your solution the best. 3. Output a JSON object with the following format: {{ "predicted_answer": str # the answer you would expect from the best plan