diff --git a/vision_agent/tools/prompts.py b/vision_agent/tools/prompts.py index 2de05bd0..b678ad45 100644 --- a/vision_agent/tools/prompts.py +++ b/vision_agent/tools/prompts.py @@ -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'