Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 18, 2024
1 parent 85dc94b commit 7796f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core_docs/docs/how_to/custom_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"source": [
"---\n",
"keywords: [custom tool]\n",
"keywords: [custom tool, custom tools]\n",
"---"
]
},
Expand Down Expand Up @@ -97,7 +97,7 @@
"source": [
"## `DynamicStructuredTool`\n",
"\n",
"You can also use the [`DynamicStructuredTool`](https://v02.api.js.langchain.com/classes/langchain_core_tools.DynamicStructuredTool.html) class to declare tools. Here's an example - note that tools must always return strings!"
"You can also use the [`DynamicStructuredTool`](https://api.js.langchain.com/classes/langchain_core_tools.DynamicStructuredTool.html) class to declare tools. Here's an example - note that tools must always return strings!"
]
},
{
Expand Down

0 comments on commit 7796f32

Please sign in to comment.