docs(core): add missing name docstring for RunnableSerializable (#35088)

This commit is contained in:
Mason Daugherty
2026-02-09 01:59:44 -05:00
committed by GitHub
parent 06a7d079b0
commit f0a808d969

View File

@@ -2587,6 +2587,10 @@ class RunnableSerializable(Serializable, Runnable[Input, Output]):
"""Runnable that can be serialized to JSON."""
name: str | None = None
"""The name of the `Runnable`.
Used for debugging and tracing.
"""
model_config = ConfigDict(
# Suppress warnings from pydantic protected namespaces