跳到内容

常量

TAG_HIDDEN = sys.intern('langsmith:hidden') module-attribute

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

START = sys.intern('__start__') module-attribute

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

END = sys.intern('__end__') module-attribute

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

评论