langchain/libs/core/langchain_core/prompts
Bagatur 248be02259
core[patch]: fix structured prompt template format (#27003)
template_format is an init argument on ChatPromptTemplate but not an
attribute on the object so was getting shoved into
StructuredPrompt.structured_ouptut_kwargs
2024-09-30 11:47:46 -07:00
..
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
base.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
chat.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
few_shot_with_templates.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00
few_shot.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00
image.py core: Add ruff rules for comprehensions (C4) (#26829) 2024-09-25 09:34:17 -04:00
loading.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00
pipeline.py core: Put Python version as a project requirement so it is considered by ruff (#26608) 2024-09-18 14:37:57 +00:00
prompt.py core: Add ruff rules for comprehensions (C4) (#26829) 2024-09-25 09:34:17 -04:00
string.py core: fix "template" not allowed as prompt param (#26060) 2024-09-20 23:33:06 +00:00
structured.py core[patch]: fix structured prompt template format (#27003) 2024-09-30 11:47:46 -07:00