Skip to content

Commit

Permalink
Update tool-calling.ipynb (#3178)
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
radi-dev authored Jan 23, 2025
1 parent 1e61ddf commit 7b552eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/how-tos/tool-calling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 7b552eb

Please sign in to comment.