Scrapegraph-ai/scrapegraphai/prompts/description_node_prompts.py
Marco Vinciguerra 4cd5ef296e
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
/ build (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled
add docstring files
2024-10-24 15:28:27 +02:00

11 lines
312 B
Python

"""
This module contains prompts for description nodes in the ScrapeGraphAI application.
"""
DESCRIPTION_NODE_PROMPT = """
You are a scraper and you have just scraped the
following content from a website. \n
Please provide a description summary of maximum of 20 words. \n
CONTENT OF THE WEBSITE: {content}
"""