Skip to content

Commit

Permalink
fix(scraper/summarize): enclose column values in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Oct 16, 2024
1 parent f51070f commit 868f927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npiai/tools/web/scraper/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ async def _llm_summarize(
{column_defs}
# Response Format
Respond with the table in CSV format.
Respond with the table in CSV format. Each column value should be enclosed in double quotes and separated by commas.
"""
),
),
Expand Down

0 comments on commit 868f927

Please sign in to comment.