Skip to content

Commit 6058492

Browse files
committed
Updated JSON scraper example prompt
1 parent 7e5ff4e commit 6058492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bedrock/json_scraper_bedrock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# ************************************************
4343

4444
json_scraper_graph = JSONScraperGraph(
45-
prompt="List me all questions and options, no answers.",
45+
prompt="List me all questions and options in the math section, no answers.",
4646
source=text, # Pass the content of the file, not the file object
4747
config=graph_config
4848
)

0 commit comments

Comments
 (0)