langchain/libs/core
William FH 528fc76d6a
Update Prompt Format Error (#14044)
The number of times I try to format a string (especially in lcel) is
embarrassingly high. Think this may be more actionable than the default
error message. Now I get nice helpful errors


```
KeyError: "Input to ChatPromptTemplate is missing variable 'input'.  Expected: ['input'] Received: ['dialogue']"
```
2023-12-01 09:06:35 -08:00
..
langchain_core Update Prompt Format Error (#14044) 2023-12-01 09:06:35 -08:00
scripts INFRA: Lint for imports (#13632) 2023-11-21 17:42:56 -08:00
tests Track RunnableAssign as a separate run trace (#13972) 2023-11-28 22:02:31 +00:00
Makefile infra[patch]: add base deps and fix docs lint (#13998) 2023-11-28 17:27:37 -08:00
poetry.lock RELEASE: 0.0.341 (#13926) 2023-11-27 09:51:12 -08:00
pyproject.toml core[patch]: release 0.0.8 (#14086) 2023-11-30 15:12:06 -08:00
README.md

langchain-core