Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Created September 28, 2024 00:06
Show Gist options
  • Save elijahbenizzy/8a68a673fd16be521e802db47c369d80 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/8a68a673fd16be521e802db47c369d80 to your computer and use it in GitHub Desktop.
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