mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-27 19:46:55 +00:00
Resolves https://github.com/langchain-ai/langchain/issues/30724 The [prompt in langchain-hub](https://smith.langchain.com/hub/langchain-ai/sql-query-system-prompt) used in this guide was composed of just a system message, but the guide did not add a human message to it. This was incompatible with some providers (and is generally not a typical usage pattern). The prompt in prompt hub has been updated to split the question into a separate HumanMessage. Here we update the guide to reflect this. |
||
---|---|---|
.. | ||
api_reference | ||
cassettes | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
ignore-step.sh | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_overrides.txt | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide