Skip to content

Commit

Permalink
Update vision_agent_prompts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Apr 9, 2024
1 parent a92fdbb commit db396c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/agent/vision_agent_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db396c4

Please sign in to comment.