Skip to content

Commit

Permalink
chore: Fix missing importing package in langgraph-human-in-the-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-yang-google committed Feb 5, 2025
1 parent bc464ae commit d667a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gemini/reasoning-engine/langgraph_human_in_the_loop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@
"outputs": [],
"source": [
"from langchain.load import load as langchain_load\n",
"from vertexai.preview import reasoning_engines"
"from vertexai.preview import reasoning_engines\n",
"import requests"
]
},
{
Expand Down

0 comments on commit d667a3e

Please sign in to comment.