mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-12 20:57:52 +02:00
x
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
!!! tip "This guide uses the new `interrupt` function."
|
||||
|
||||
As of LangGraph 0.2.57, the recommended way to set breakpoints is using the [interrupt](../reference/types.md#langgraph.types.interrupt) function as it significantly
|
||||
simpifies **human-in-the-loop** patterns.
|
||||
As of LangGraph 0.2.57, the recommended way to set breakpoints is using the [interrupt](../reference/types.md#langgraph.types.interrupt) function as it significantly simpifies **human-in-the-loop** patterns. Please see the [Breakpoints](breakpoints.md) guide for more information.
|
||||
|
||||
If you're looking for the previous version of this conceptual guide, which relied on static breakpoints and `NodeInterrupt` exception, it is available [here](v0-human-in-the-loop.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user