Constants
Attributes:
Name | Type | Description |
---|---|---|
TAG_HIDDEN |
Tag to hide a node/edge from certain tracing/streaming environments. |
|
TAG_NOSTREAM |
Tag to disable streaming for a chat model. |
|
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.
TAG_NOSTREAM
module-attribute
¶
TAG_NOSTREAM = intern('nostream')
Tag to disable streaming for a chat model.