mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 17:38:36 +00:00
docs: add missing import for tools docs (#27650)
## Description Added missing import from `pydantic` in the tools docs
This commit is contained in:
parent
7bc4e320f1
commit
ef27ce7a45
@ -511,7 +511,7 @@
|
||||
" CallbackManagerForToolRun,\n",
|
||||
")\n",
|
||||
"from langchain_core.tools import BaseTool\n",
|
||||
"from pydantic import BaseModel\n",
|
||||
"from pydantic import BaseModel, Field\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"class CalculatorInput(BaseModel):\n",
|
||||
|
Loading…
Reference in New Issue
Block a user