From a92fdbb53e03e9b8e1aa834c671b43ea991ff63a Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Tue, 9 Apr 2024 15:04:45 -0700 Subject: [PATCH] Update prompts.py --- vision_agent/tools/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'