Skip to content

Commit

Permalink
fix(pregel): interruptBefore and interruptAfter is ignored from `stre…
Browse files Browse the repository at this point in the history
…amEvents`
  • Loading branch information
dqbd committed Dec 23, 2024
1 parent 38ee6c0 commit e1ceba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/langgraph/src/pregel/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const CONFIG_KEYS = [
"streamMode",
"store",
"writer",
"interruptBefore",
"interruptAfter",
];

const DEFAULT_RECURSION_LIMIT = 25;
Expand Down

0 comments on commit e1ceba0

Please sign in to comment.