Skip to content

Constants

Attributes:

Name Type Description
TAG_HIDDEN

Tag to hide a node/edge from certain tracing/streaming environments.

START

The first (maybe virtual) node in graph-style Pregel.

END

The last (maybe virtual) node in graph-style Pregel.

TAG_HIDDEN module-attribute

TAG_HIDDEN = intern('langsmith:hidden')

Tag to hide a node/edge from certain tracing/streaming environments.

START module-attribute

START = intern('__start__')

The first (maybe virtual) node in graph-style Pregel.

END module-attribute

END = intern('__end__')

The last (maybe virtual) node in graph-style Pregel.

Comments