Skip to content

Commit a9e75bc

Browse files
committed
cr
1 parent b1b29b8 commit a9e75bc

File tree

1 file changed

+6
-2
lines changed
  • examples/src/createAgent/middleware

1 file changed

+6
-2
lines changed

examples/src/createAgent/middleware/hitl.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
import { createAgent, HumanMessage, tool } from "langchain";
2-
import { humanInTheLoopMiddleware } from "langchain";
1+
import {
2+
createAgent,
3+
HumanMessage,
4+
tool,
5+
humanInTheLoopMiddleware,
6+
} from "langchain";
37
import { Command, MemorySaver } from "@langchain/langgraph";
48
import { z } from "zod";
59

0 commit comments

Comments
 (0)