From 1d64b6c8b96aa6787ace1c837b9076f90bac458c Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 10 Sep 2024 15:18:04 -0700 Subject: [PATCH] spelling mistake --- 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 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