mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
experimental[patch]: update module doc strings (#19539)
Added missed module descriptions. Fixed format.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
"""Implements Program-Aided Language Models.
|
||||
"""**PAL Chain** implements **Program-Aided Language** Models.
|
||||
|
||||
As in https://arxiv.org/pdf/2211.10435.pdf.
|
||||
See the paper: https://arxiv.org/pdf/2211.10435.pdf.
|
||||
|
||||
This is vulnerable to arbitrary code execution:
|
||||
https://github.com/langchain-ai/langchain/issues/5872
|
||||
"""
|
||||
This chain is vulnerable to [arbitrary code execution](https://github.com/langchain-ai/langchain/issues/5872).
|
||||
""" # noqa: E501
|
||||
from langchain_experimental.pal_chain.base import PALChain
|
||||
|
||||
__all__ = ["PALChain"]
|
||||
|
Reference in New Issue
Block a user