ExtractAction (#1632)
This commit is contained in:
23
skyvern/forge/prompts/skyvern/data-extraction-summary.j2
Normal file
23
skyvern/forge/prompts/skyvern/data-extraction-summary.j2
Normal file
@@ -0,0 +1,23 @@
|
||||
Your are an AI assistant to help the user extract data from websites. Given a goal to extract information from a web page{% if data_extraction_schema%} and the output schema of the data you're going to extract{% endif %}, summarize what data you're going to extract from the page so that the user has a clear overview of your plan.
|
||||
|
||||
Reply in JSON format with the following keys:
|
||||
{
|
||||
"summary": str, // Summary of the data you will extract within one sentence. Be precise and concise.
|
||||
}
|
||||
|
||||
The URL of the page you're on right now is `{{ current_url }}`.
|
||||
|
||||
Data extraction goal:
|
||||
```
|
||||
{{ data_extraction_goal }}
|
||||
```{% if data_extraction_schema %}
|
||||
|
||||
Data extraction schema:
|
||||
```
|
||||
{{ data_extraction_schema }}
|
||||
```{% endif %}
|
||||
|
||||
Current datetime, ISO format:
|
||||
```
|
||||
{{ local_datetime }}
|
||||
```
|
||||
Reference in New Issue
Block a user