You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everyone in our team agrees that Langsmith is a great product, but the documentation is pretty bad. Information is scattered in many different places and it takes extremely long to figure out how to do the most basic things.
Adding consistent, detailed, useful docstrings to all sdk functions would be a great start to improving this.
Example that triggered this issue: the trace context manager doesn't have any docstring. Some parameters are obvious but others are not: what does exceptions_to_handle do? what does reference_example_id do? What are the possible values for parent that correspond to the various different type annotations? What is extra?
This discussion was converted from issue #880 on August 07, 2024 17:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Issue with current documentation:
Everyone in our team agrees that Langsmith is a great product, but the documentation is pretty bad. Information is scattered in many different places and it takes extremely long to figure out how to do the most basic things.
Adding consistent, detailed, useful docstrings to all sdk functions would be a great start to improving this.
Example that triggered this issue: the
trace
context manager doesn't have any docstring. Some parameters are obvious but others are not: what doesexceptions_to_handle
do? what doesreference_example_id
do? What are the possible values forparent
that correspond to the various different type annotations? What isextra
?Idea or request for content:
No response
Beta Was this translation helpful? Give feedback.
All reactions