Skip to content

Commit

Permalink
docs: fix message transformer docstrings (langchain-ai#23264)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jun 21, 2024
1 parent 0deb98a commit 4c97a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/core/langchain_core/messages/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ def wrapped(
partial(func, **kwargs), name=getattr(func, "__name__")
)

wrapped.__doc__ = func.__doc__
return wrapped


Expand Down

0 comments on commit 4c97a9e

Please sign in to comment.