Skip to content

Commit

Permalink
Update prompts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Apr 9, 2024
1 parent d1e0c9a commit a92fdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/tools/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"This is an API tool documentation. Given a user's question, you need to output parameters according to the API tool documentation to successfully call the API to solve the user's question.\n"
"This is the API tool documentation: {api_doc}\n"
"Please note that: \n"
"1. The example in the API tool documentation can help you better understand the use of the API.\n"
"1. The Example in the API tool documentation can help you better understand the use of the API.\n"
'2. Ensure the parameters you output are correct. The output must contain the required parameters, and can contain the optional parameters based on the question. If there are no parameters in the required parameters and optional parameters, just leave it as {{"Parameters":{{}}}}\n'
"3. If the user's question mentions other APIs, you should ONLY consider the API tool documentation I give and do not consider other APIs.\n"
'4. If you need to use this API multiple times, please set "Parameters" to a list.\n'
Expand Down

0 comments on commit a92fdbb

Please sign in to comment.