mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 17:12:26 +02:00
Fix missing imports in the multi-agent-collaboration example
This commit is contained in:
@@ -91,7 +91,8 @@
|
||||
" FunctionMessage,\n",
|
||||
" HumanMessage,\n",
|
||||
")\n",
|
||||
"\n",
|
||||
"from langchain.tools.render import format_tool_to_openai_function\n",
|
||||
"from langchain_core.prompts import ChatPromptTemplate, MessagesPlaceholder\n",
|
||||
"from langgraph.graph import END, StateGraph\n",
|
||||
"from langgraph.prebuilt.tool_executor import ToolExecutor, ToolInvocation\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user