mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-22 17:15:25 -04:00
fix(@langchain/langgraph): export missing symbol (#1717)
This commit is contained in:
committed by
GitHub
parent
d5be09cfcd
commit
b6d67010db
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@langchain/langgraph": patch
|
||||
---
|
||||
|
||||
fix(@langchain/langgraph): export missing `CommandParams` symbol
|
||||
@@ -20,4 +20,4 @@ export {
|
||||
REMOVE_ALL_MESSAGES,
|
||||
type Messages,
|
||||
} from "./message.js";
|
||||
export { CommandInstance } from "../constants.js";
|
||||
export { CommandInstance, CommandParams } from "../constants.js";
|
||||
|
||||
Reference in New Issue
Block a user