Docs: Add missing import of 'ConfigurableField' in 'Full code comparison' example in LCEL (#15661)

<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

Replace this entire comment with:
- **Description:** Add missing import of 'ConfigurableField' in 'Full
code comparison' example in LCEL
  - **Issue:** Example code not running
  - **Dependencies:** None
  - **Twitter handle:** @heyyoshan
pull/15241/head
abzachshan 9 months ago committed by GitHub
parent 38ae4df3a1
commit 7025fa23aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1007,7 +1007,7 @@
"from langchain_openai import OpenAI\n",
"from langchain_core.output_parsers import StrOutputParser\n",
"from langchain_core.prompts import ChatPromptTemplate\n",
"from langchain_core.runnables import RunnablePassthrough\n",
"from langchain_core.runnables import RunnablePassthrough, ConfigurableField\n",
"\n",
"os.environ[\"LANGCHAIN_API_KEY\"] = \"...\"\n",
"os.environ[\"LANGCHAIN_TRACING_V2\"] = \"true\"\n",

Loading…
Cancel
Save