Last active
December 31, 2024 23:44
-
-
Save elijahbenizzy/4d17cbd285949d0fafe7442b4e469483 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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