Created
September 28, 2024 00:06
-
-
Save elijahbenizzy/8a68a673fd16be521e802db47c369d80 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
action, _, state = app.run( | |
halt_after=["format_results"], | |
inputs={"query": "What's the weather like in San Francisco?"}, | |
) | |
print(state["final_output"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment