Description: The example in the How-To guide had an import which did not
work. I changed it to use an import from langchain_core.

Issue: https://github.com/langchain-ai/langchain/issues/21814
pull/21450/head^2
Matthew Koski 2 weeks ago committed by GitHub
parent eb7f07ae36
commit e59afe292d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -162,7 +162,7 @@
}
],
"source": [
"from langchain.tools.render import render_text_description\n",
"from langchain_core.tools import render_text_description\n",
"\n",
"rendered_tools = render_text_description([multiply])\n",
"rendered_tools"

Loading…
Cancel
Save