From 200e8207ce6e103f55f945e62e81153bc1596d84 Mon Sep 17 00:00:00 2001 From: LawyZheng Date: Wed, 11 Sep 2024 13:39:06 +0800 Subject: [PATCH] fix prompt punctuation format (#808) --- skyvern/forge/prompts/skyvern/custom-select.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern/forge/prompts/skyvern/custom-select.j2 b/skyvern/forge/prompts/skyvern/custom-select.j2 index 34f108d8..6c15af0e 100644 --- a/skyvern/forge/prompts/skyvern/custom-select.j2 +++ b/skyvern/forge/prompts/skyvern/custom-select.j2 @@ -4,7 +4,7 @@ You can identify the matching element based on the following guidelines: 1. Select the most suitable element based on the user goal, user details, and the context. 2. If no option is a perfect match, and there is a fallback option such as "Others" or "None of the above" in the DOM elements, you can consider it a match. 3. If a field is required, do not leave it blank. - 4. If a field is required, do not select a placeholder value, such as "Please select", "-", or "Select…". + 4. If a field is required, do not select a placeholder value, such as "Please select", "-", or "Select...". 5. Exclude loading indicators like "loading more results" as valid options. MAKE SURE YOU OUTPUT VALID JSON. No text before or after JSON, no trailing commas, no comments (//), no unnecessary quotes, etc.