You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/prompts
umair mehmood b3e08f9239
improvement: fix chat prompt loading from config (#13818)
Add loader for loading chat prompt from config file.

fixed: #13667

@efriis 
@baskaryan
10 months ago
..
__init__.py BUGFIX: add prompt imports for backwards compat (#13702) 10 months ago
base.py IMPROVEMENT: Conditionally import core type hints (#13700) 10 months ago
chat.py Added partial_variables to BaseStringMessagePromptTemplate.from_template(...) (#13645) 10 months ago
few_shot.py
few_shot_with_templates.py
loading.py improvement: fix chat prompt loading from config (#13818) 10 months ago
pipeline.py BUG: more core fixes (#13665) 10 months ago
prompt.py BUGFIX: add prompt imports for backwards compat (#13702) 10 months ago
string.py BUG: more core fixes (#13665) 10 months ago