Skip to content

Commit 5a3673f

Browse files
authored
Merge pull request #7 from langchain-ai/palash/fix-anthropic-zod-import
fix: updates zod import
2 parents 6e85f3d + 0effd88 commit 5a3673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* with proper configuration. Ensures exact parameter matching and behavior with Python version.
88
*/
99

10-
import "@langchain/anthropic/zod";
10+
// import "@langchain/anthropic/zod";
1111
import { createReactAgent } from "@langchain/langgraph/prebuilt";
1212
import { createTaskTool } from "./subAgent.js";
1313
import { getDefaultModel } from "./model.js";

0 commit comments

Comments
 (0)