mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -20,6 +20,10 @@ from langchain_experimental.pydantic_v1 import Extra
|
||||
class LLMSymbolicMathChain(Chain):
|
||||
"""Chain that interprets a prompt and executes python code to do symbolic math.
|
||||
|
||||
It is based on the sympy library and can be used to evaluate
|
||||
mathematical expressions.
|
||||
See https://www.sympy.org/ for more information.
|
||||
|
||||
Example:
|
||||
.. code-block:: python
|
||||
|
||||
|
Reference in New Issue
Block a user