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

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