Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
removed an extra space in TEMPLATE_CHUKS_CSV in generate_answer_node_…
…csv_prompts.py
  • Loading branch information
SamuelYiuSY authored Jun 21, 2025
commit df24c391a32d329fc1704a550c80f0250f534154
2 changes: 1 addition & 1 deletion scrapegraphai/prompts/generate_answer_node_csv_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

TEMPLATE_CHUKS_CSV = """
You are a scraper and you have just scraped the
You are a scraper and you have just scraped the
following content from a csv.
You are now asked to answer a user question about the content you have scraped.\n
The csv is big so I am giving you one chunk at the time to be merged later with the other chunks.\n
Expand Down