From db396c4e948c3081cd761910eb999f52110250d7 Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Tue, 9 Apr 2024 15:11:13 -0700 Subject: [PATCH] Update vision_agent_prompts.py --- vision_agent/agent/vision_agent_prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision_agent/agent/vision_agent_prompts.py b/vision_agent/agent/vision_agent_prompts.py index 980f63c4..f451a66e 100644 --- a/vision_agent/agent/vision_agent_prompts.py +++ b/vision_agent/agent/vision_agent_prompts.py @@ -20,7 +20,7 @@ Please note that: 1. You should only decompose this user's complex question into some simple subtasks which can be executed easily by using one single tool in the tool list. -2. If one subtask needs the results from other subtask, you should write clearly. For example: +2. If one subtask needs the results from another subtask, you should write clearly. For example: {{"Tasks": ["Convert 23 km/h to X km/min by 'divide_'", "Multiply X km/min by 45 min to get Y by 'multiply_'"]}} 3. You must ONLY output in a parsible JSON format. An example output looks like: