mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
docs(core): add missing name docstring for RunnableSerializable (#35088)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user