langchain/tests/unit_tests/prompts
Avinash Raj 6efd5fa2b9
Fix for #6431 - chatprompt template with partial variables giing validation error (#6456)
W.r.t recent changes, ChatPromptTemplate does not accepting partial
variables. This PR should fix that issue.


Fixes #6431




#### Who can review?



  @hwchase17

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-19 22:08:15 -07:00
..
__init__.py add few shot example (#148) 2022-11-19 20:32:45 -08:00
test_chat.py Fix for #6431 - chatprompt template with partial variables giing validation error (#6456) 2023-06-19 22:08:15 -07:00
test_few_shot_with_templates.py Harrison/prompt template prefix (#888) 2023-02-06 19:09:28 -08:00
test_few_shot.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
test_length_based_example_selector.py fix length based example selector (#862) 2023-02-02 22:06:56 -08:00
test_loading.py Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
test_pipeline_prompt.py Harrison/pipeline prompt (#5540) 2023-06-04 14:29:37 -07:00
test_prompt.py Validate input_variables when using jinja2 templates (#3140) 2023-04-19 16:18:32 -07:00
test_utils.py Bug Fix (#221) 2022-11-29 07:03:40 -08:00