langchain/libs/core/langchain_core/prompts
UV b9db8e9921
DOC: Improve human input prompt in FewShotChatMessagePromptTemplate example (#29023)
Fixes #29010 

This PR updates the example for FewShotChatMessagePromptTemplate by
modifying the human input prompt to include a more descriptive and
user-friendly question format ('What is {input}?') instead of just
'{input}'. This change enhances clarity and usability in the
documentation example.

Co-authored-by: Erick Friis <erick@langchain.dev>
2025-01-06 12:29:15 -08:00
..
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
base.py (Core) Small Change in Docstring for method partial for BasePromptTemplate (#28969) 2025-01-02 12:16:30 -05:00
chat.py core: fix Image prompt template hardcoded template format (#27495) 2024-10-21 17:31:40 -04:00
few_shot_with_templates.py core: fix Image prompt template hardcoded template format (#27495) 2024-10-21 17:31:40 -04:00
few_shot.py DOC: Improve human input prompt in FewShotChatMessagePromptTemplate example (#29023) 2025-01-06 12:29:15 -08:00
image.py core[patch]: rm image loading (#27797) 2024-10-31 10:34:51 -07:00
loading.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
pipeline.py core: deprecate PipelinePromptTemplate (#28644) 2024-12-10 03:56:48 +00:00
prompt.py core: fix Image prompt template hardcoded template format (#27495) 2024-10-21 17:31:40 -04:00
string.py core: add flake8-bandit (S) ruff rules to core (#27368) 2024-10-24 22:33:41 +00:00
structured.py core,anthropic[patch]: fix with_structured_output typing (#28950) 2024-12-28 15:46:51 -05:00