Skip to content

Commit

Permalink
Update agent_supervisor.ipynb (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eversmile12 authored Jan 7, 2025
1 parent 661e20e commit 4b06791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/multi_agent/agent_supervisor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"from typing_extensions import TypedDict\n",
"\n",
"from langchain_anthropic import ChatAnthropic\n",
"from langgraph.graph import MessagesState\n",
"from langgraph.graph import MessagesState, END\n",
"from langgraph.types import Command\n",
"\n",
"\n",
Expand Down

0 comments on commit 4b06791

Please sign in to comment.