File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727# Create the ScriptCreatorGraph instance and run it
2828# ************************************************
2929
30- smart_scraper_graph = ScriptCreatorGraph (
31- prompt = "List me all the news with their description." ,
30+ script_creator_graph = ScriptCreatorGraph (
31+ prompt = "List me all the projects with their description." ,
3232 # also accepts a string with the already downloaded HTML code
3333 source = "https://perinim.github.io/projects" ,
3434 config = graph_config
3535)
3636
37- result = smart_scraper_graph .run ()
37+ result = script_creator_graph .run ()
3838print (result )
3939
4040# ************************************************
4141# Get graph execution info
4242# ************************************************
4343
44- graph_exec_info = smart_scraper_graph .get_execution_info ()
44+ graph_exec_info = script_creator_graph .get_execution_info ()
4545print (prettify_exec_info (graph_exec_info ))
You can’t perform that action at this time.
0 commit comments