Skip to content

Commit

Permalink
docs: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
FarDust authored Oct 25, 2024
1 parent 2683f81 commit 44c683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how_to/custom_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 44c683f

Please sign in to comment.