Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Last active December 31, 2024 23:44
Show Gist options
  • Save elijahbenizzy/4d17cbd285949d0fafe7442b4e469483 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/4d17cbd285949d0fafe7442b4e469483 to your computer and use it in GitHub Desktop.
# Run the application graph
action_name, results, state = app.run(
halt_after=["ask_question"],
inputs={
"webpage_url": "https://scrapegraphai.com/",
"user_query": "Who are the founders?"
}
)
print(state["llm_answer"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment