langchain/libs/core/tests/unit_tests/prompts
Dariusz Kajtoch 15b6c049d4
core:adds tests for partial_variables (#15427)
**Description:** Added small tests to test partial_variables in
PromptTemplate. It was missing.
2024-01-02 15:00:06 -08:00
..
__init__.py
prompt_extra_args.json
prompt_missing_args.json
simple_prompt.json
test_chat.py Add option to make messages placeholder optional (#15031) 2023-12-21 12:36:37 -08:00
test_few_shot_with_templates.py
test_few_shot.py [core] prompt changes (#15186) 2023-12-26 15:52:17 -08:00
test_imports.py BUGFIX: add prompt imports for backwards compat (#13702) 2023-11-21 23:04:20 -08:00
test_loading.py core:adds tests for partial_variables (#15427) 2024-01-02 15:00:06 -08:00
test_pipeline_prompt.py
test_prompt.py core:adds tests for partial_variables (#15427) 2024-01-02 15:00:06 -08:00
test_utils.py