mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
143049c90f
**Description:** BaseStringMessagePromptTemplate.from_template was passing the value of partial_variables into cls(...) via **kwargs, rather than passing it to PromptTemplate.from_template. Which resulted in those *partial_variables being* lost and becoming required *input_variables*. Co-authored-by: Josep Pon Farreny <josep.pon-farreny@siemens.com> Co-authored-by: Bagatur <baskaryan@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
base.py | ||
chat.py | ||
few_shot_with_templates.py | ||
few_shot.py | ||
loading.py | ||
pipeline.py | ||
prompt.py | ||
string.py |