This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
langchain
Watch
1
Star
0
Fork
0
You've already forked langchain
mirror of
https://github.com/hwchase17/langchain.git
synced
2025-10-22 01:32:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5124c1e0d9cba6906dbfada53cfe55489f723c5a
langchain
/
tests
/
unit_tests
/
prompts
History
Harrison Chase
b9040669a0
Harrison/pipeline prompt (
#5540
)
...
idea is to make prompts more composable
2023-06-04 14:29:37 -07:00
..
__init__.py
…
test_chat.py
Add from_file method to message prompt template (
#4713
)
2023-05-16 16:25:17 -07:00
test_few_shot_with_templates.py
…
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
…
test_loading.py
fix prompt saving (
#4987
)
2023-05-20 08:21:52 -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
…