diff --git a/skyvern/forge/prompts/skyvern/extract-information.j2 b/skyvern/forge/prompts/skyvern/extract-information.j2 index 2d274dbf..9e6fd311 100644 --- a/skyvern/forge/prompts/skyvern/extract-information.j2 +++ b/skyvern/forge/prompts/skyvern/extract-information.j2 @@ -15,6 +15,11 @@ User Data Extraction Goal: {{ data_extraction_goal }} Use the error codes and their descriptions to return errors in the output, do not return any error that's not defined by the user. Don't return any outputs if the schema doesn't specify an error related field. Here are the descriptions defined by the user: {{ error_code_mapping_str }} {% endif %} +Clickable elements from `{{ current_url }}`: +``` +{{ elements }} +``` + Current URL: {{ current_url }} Text extracted from the webpage: {{ extracted_text }}