Skip to content

Commit

Permalink
fix: add missing END constant import (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarwbr authored Jan 14, 2025
1 parent c86155d commit a61ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/multi_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ In this architecture, agents are defined as graph nodes. Each agent can communic
```python
from typing import Literal
from langchain_openai import ChatOpenAI
from langgraph.graph import StateGraph, MessagesState, START
from langgraph.graph import StateGraph, MessagesState, START, END

model = ChatOpenAI()

Expand Down

0 comments on commit a61ea10

Please sign in to comment.