We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02a64a commit 4e5e679Copy full SHA for 4e5e679
libs/langchain/src/agents/runtime.ts
@@ -6,7 +6,7 @@ import type {
6
PregelOptions,
7
} from "@langchain/langgraph";
8
import type { BaseMessage } from "@langchain/core/messages";
9
-import { BaseCallbackConfig } from "@langchain/core/callbacks/manager";
+import type { BaseCallbackConfig } from "@langchain/core/callbacks/manager";
10
11
import type { ResponseFormatUndefined } from "./responses.js";
12
0 commit comments