-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core: Updated docstring for RunnablePick #18832
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
||
`RunnablePick` class represents a runnable that selectively picks keys from a dictionary input. It allows you to specify one or more keys to extract from the input dictionary and returns a new dictionary containing only the selected keys. | ||
|
||
Example : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think the indentation may be off here
Can you check the indentation now? @hwchase17 |
It returns a new dictionary containing only the selected keys. | ||
|
||
Example : | ||
.. code-block:: python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..code-block and the contents needs to be further indented with additional tab -- you can use the other code-block examples as reference
Is the indentation correct now? @eyurtsev |
Awesome thank you! |
**Description:** : Updated the docstring for RunnablePick. Added Overview and an Example for RunnablePick class. **Issue:** : langchain-ai#18803
**Description:** : Updated the docstring for RunnablePick. Added Overview and an Example for RunnablePick class. **Issue:** : langchain-ai#18803
**Description:** : Updated the docstring for RunnablePick. Added Overview and an Example for RunnablePick class. **Issue:** : #18803
Description: : Updated the docstring for RunnablePick. Added Overview and an Example for RunnablePick class.
Issue: : #18803