跳转到内容

常量 (Constants)

langgraph.constants

TAG_HIDDEN module-attribute

TAG_HIDDEN = intern('langsmith:hidden')

用于在某些追踪/流式环境中隐藏节点/边的标签。

TAG_NOSTREAM module-attribute

TAG_NOSTREAM = intern('nostream')

用于为聊天模型禁用流式传输的标签。

START module-attribute

START = intern('__start__')

图风格 Pregel 中的第一个(可能是虚拟的)节点。

END module-attribute

END = intern('__end__')

图风格 Pregel 中的最后一个(可能是虚拟的)节点。

© . This site is unofficial and not affiliated with LangChain, Inc.