From af6cca91d4bb3595d42f80ddc49ce829ecbab7a2 Mon Sep 17 00:00:00 2001 From: LawyZheng Date: Fri, 15 Nov 2024 12:32:27 +0800 Subject: [PATCH] fix zipcode triggers auto completion (#1199) --- skyvern/forge/prompts/skyvern/parse-input-or-select-context.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern/forge/prompts/skyvern/parse-input-or-select-context.j2 b/skyvern/forge/prompts/skyvern/parse-input-or-select-context.j2 index 8096f1ca..f5419088 100644 --- a/skyvern/forge/prompts/skyvern/parse-input-or-select-context.j2 +++ b/skyvern/forge/prompts/skyvern/parse-input-or-select-context.j2 @@ -8,7 +8,7 @@ Reply in the following JSON format: "field": str, // Which field is this action intended to fill out? "is_required": bool, // True if this is a required field, otherwise false. "is_search_bar": bool, // True if the element to take the action is a search bar, otherwise false. - "is_location_input": bool, // True if the element is asking user to input where he lives, otherwise false. For example, it is asking for location, or address, or other similar information. + "is_location_input": bool, // True if the element is asking user to input where he lives, otherwise false. For example, it is asking for location, or address, or other similar information. Output False if it only requires ZIP code. } Existing reasoning context: