Skip to content

Commit

Permalink
fix: missing importing package in langgraph-human-in-the-loop (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-yang-google authored Feb 6, 2025
1 parent bc464ae commit 0b10887
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 0b10887

Please sign in to comment.