fix(@langchain/langgraph): export missing symbol (#1717)

This commit is contained in:
Christian Bromann
2025-09-30 17:43:50 -07:00
committed by GitHub
parent d5be09cfcd
commit b6d67010db
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@langchain/langgraph": patch
---
fix(@langchain/langgraph): export missing `CommandParams` symbol
+1 -1
View File
@@ -20,4 +20,4 @@ export {
REMOVE_ALL_MESSAGES,
type Messages,
} from "./message.js";
export { CommandInstance } from "../constants.js";
export { CommandInstance, CommandParams } from "../constants.js";