Skip to content

Commit 4e5e679

Browse files
cr
1 parent a02a64a commit 4e5e679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain/src/agents/runtime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type {
66
PregelOptions,
77
} from "@langchain/langgraph";
88
import type { BaseMessage } from "@langchain/core/messages";
9-
import { BaseCallbackConfig } from "@langchain/core/callbacks/manager";
9+
import type { BaseCallbackConfig } from "@langchain/core/callbacks/manager";
1010

1111
import type { ResponseFormatUndefined } from "./responses.js";
1212

0 commit comments

Comments
 (0)