Skip to content

Commit

Permalink
docs: Updated link to ensure reference to the correct header for Tool…
Browse files Browse the repository at this point in the history
…Node (#28088)

When `ToolNode` hyperlink is clicked, it does not automatically scroll
to the section due to incorrect reference to the heading / id in the
LangGraph documentation
  • Loading branch information
DangerousPotential authored Nov 13, 2024
1 parent 940e93e commit 7bd9c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/tool_calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ For more details on usage, see our [how-to guides](/docs/how_to/#tools)!

[Tools](/docs/concepts/tools/) implement the [Runnable](/docs/concepts/runnables/) interface, which means that they can be invoked (e.g., `tool.invoke(args)`) directly.

[LangGraph](https://langchain-ai.github.io/langgraph/) offers pre-built components (e.g., [`ToolNode`](https://langchain-ai.github.io/langgraph/reference/prebuilt/#toolnode)) that will often invoke the tool in behalf of the user.
[LangGraph](https://langchain-ai.github.io/langgraph/) offers pre-built components (e.g., [`ToolNode`](https://langchain-ai.github.io/langgraph/reference/prebuilt/#langgraph.prebuilt.tool_node.ToolNode)) that will often invoke the tool in behalf of the user.

:::info[Further reading]

Expand Down

0 comments on commit 7bd9c8c

Please sign in to comment.