Skip to content

Commit

Permalink
Fix documentation link (#6504) (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevenleone authored Aug 12, 2024
1 parent 50ecb6f commit 0551b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/how_to/custom_tools.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"```\n",
"\n",
"\n",
"The [`tool`](https://api.js.langchain.com/classes/langchain_core_tools.tool.html) wrapper function is a convenience method for turning a JavaScript function into a tool. It requires the function itself along with some additional arguments that define your tool. The most important are:\n",
"The [`tool`](https://api.js.langchain.com/classes/langchain_core_tools.Tool.html) wrapper function is a convenience method for turning a JavaScript function into a tool. It requires the function itself along with some additional arguments that define your tool. The most important are:\n",
"\n",
"- The tool's `name`, which the LLM will use as context as well as to reference the tool\n",
"- An optional, but recommended `description`, which the LLM will use as context to know when to use the tool\n",
Expand Down

0 comments on commit 0551b1c

Please sign in to comment.