mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
docs: fix message transformer docstrings (#23264)
This commit is contained in:
parent
0deb98ac0c
commit
4c97a9ee53
@ -296,6 +296,7 @@ def _runnable_support(func: Callable) -> Callable:
|
|||||||
partial(func, **kwargs), name=getattr(func, "__name__")
|
partial(func, **kwargs), name=getattr(func, "__name__")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
wrapped.__doc__ = func.__doc__
|
||||||
return wrapped
|
return wrapped
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user