File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
libs/langgraph-core/src/prebuilt Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @langchain/langgraph " : patch
3+ ---
4+
5+ undeprecate ` ToolNode `
Original file line number Diff line number Diff line change @@ -34,9 +34,6 @@ const isSendInput = (input: unknown): input is { lg_tool_call: ToolCall } =>
3434 typeof input === "object" && input != null && "lg_tool_call" in input ;
3535
3636/**
37- * @deprecated `ToolNode` has been moved to {@link https://www.npmjs.com/package/langchain langchain} package.
38- * Update your import to `import { ToolNode } from "langchain";`
39- *
4037 * A node that runs the tools requested in the last AIMessage. It can be used
4138 * either in StateGraph with a "messages" key or in MessageGraph. If multiple
4239 * tool calls are requested, they will be run in parallel. The output will be
You can’t perform that action at this time.
0 commit comments