We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ac8fa commit c279d9dCopy full SHA for c279d9d
1 file changed
knowledgebase/ai/langgraph详解.md
@@ -14,8 +14,6 @@ LangGraph 是 LangChain 生态系统中的一个强大工具,用于构建复
14
- **中断(Interrupt)**:暂停执行等待人工干预的机制
15
- **命令(Command)**:控制图执行流程的原语
16
- **发送(Send)**:用于并行执行和节点间通信的原语
17
-- **命令(Command)**:控制图执行流程的原语
18
-- **发送(Send)**:用于并行执行和节点间通信的原语
19
20
## 基本架构
21
0 commit comments