Update types.py

This commit is contained in:
Nuno Campos
2024-09-20 08:49:00 -07:00
committed by GitHub
parent 1cf117ed9d
commit 531890e35a
+2 -1
View File
@@ -120,4 +120,5 @@ StreamMode = Literal["values", "updates", "debug", "messages", "custom"]
StreamWriter = Callable[[Any], None]
"""Callable that accepts a single argument and writes it to the output stream.
Only available when using stream_mode="custom"."""
Always injected into nodes if requested,
but it's a no-op when not using stream_mode="custom"."""