Update tool-calling.ipynb (#3178)

Typo fix
This commit is contained in:
Radi
2025-01-23 18:02:43 -05:00
committed by GitHub
parent 1e61ddfdbe
commit 7b552ebf4b
+1 -1
View File
@@ -217,7 +217,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We'll be using a small chat model from Anthropic in our example. To use chat models with tool calling, we need to first ensure that the model is aware of the available tools. We do this by calling `.bind_tools` method on `ChatAnthropic` moodel"
"We'll be using a small chat model from Anthropic in our example. To use chat models with tool calling, we need to first ensure that the model is aware of the available tools. We do this by calling `.bind_tools` method on `ChatAnthropic` model"
]
},
{