Files
Dorod-Sky/skyvern/forge/prompts/skyvern/generate-workflow-title.j2

16 lines
548 B
Django/Jinja

Generate a brief, descriptive title for a browser automation workflow.
Rules:
- Maximum 5 words
- Start with an action verb when possible
- Be specific about what the workflow does
- Examples: "Scrape LinkedIn job listings", "Extract Amazon product prices", "Submit insurance form"
Workflow blocks ({{ blocks|length }} total):
{% for block in blocks %}
- {{ block.block_type }}{% if block.url %} on {{ block.url }}{% endif %}{% if block.goal %}: {{ block.goal }}{% endif %}
{% endfor %}
Respond with JSON only:
{"title": "generated title here"}