From 327bb369d7d356afac5f32ed7bb2a070f17c165a Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Tue, 10 Dec 2024 21:38:20 -0500 Subject: [PATCH] x --- docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb | 2 +- docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb | 3 ++- docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb | 2 +- docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb | 4 ++-- docs/docs/how-tos/human_in_the_loop/time-travel.ipynb | 2 +- docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb | 4 ++-- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb b/docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb index a74a8ceb4..7d52f25c9 100644 --- a/docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/breakpoints.ipynb @@ -12,7 +12,7 @@ "source": [ "# How to add breakpoints\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " This guide assumes familiarity with the following concepts:\n", "\n", diff --git a/docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb b/docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb index 28a974ba0..28893dda7 100644 --- a/docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.ipynb @@ -12,12 +12,13 @@ "\n", " For **human-in-the-loop** workflows use the new [`interrupt()`](../../../reference/types/#langgraph.types.interrupt) function for **human-in-the-loop** workflows. Please review the [Human-in-the-loop conceptual guide](../../../concepts/human_in_the_loop) for more information about design patterns with `interrupt`.\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " This guide assumes familiarity with the following concepts:\n", "\n", " * [Breakpoints](../../../concepts/breakpoints)\n", " * [LangGraph Glossary](../../../concepts/low_level)\n", + " \n", "\n", "Human-in-the-loop (HIL) interactions are crucial for [agentic systems](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#human-in-the-loop). [Breakpoints](https://langchain-ai.github.io/langgraph/concepts/low_level/#breakpoints) are a common HIL interaction pattern, allowing the graph to stop at specific steps and seek human approval before proceeding (e.g., for sensitive actions).\n", "\n", diff --git a/docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb b/docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb index a398b1bf6..35b5f6c41 100644 --- a/docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/edit-graph-state.ipynb @@ -12,7 +12,7 @@ "source": [ "# How to edit graph state\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " * [Human-in-the-loop](../../../concepts/human_in_the_loop)\n", " * [Breakpoints](../../../concepts/breakpoints)\n", diff --git a/docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb b/docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb index c1653f0e1..18db683ef 100644 --- a/docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/review-tool-calls.ipynb @@ -8,7 +8,7 @@ "source": [ "# How to Review Tool Calls\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " This guide assumes familiarity with the following concepts:\n", "\n", @@ -762,7 +762,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.3" + "version": "3.11.4" } }, "nbformat": 4, diff --git a/docs/docs/how-tos/human_in_the_loop/time-travel.ipynb b/docs/docs/how-tos/human_in_the_loop/time-travel.ipynb index d37a73bc1..40ff56c86 100644 --- a/docs/docs/how-tos/human_in_the_loop/time-travel.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/time-travel.ipynb @@ -7,7 +7,7 @@ "source": [ "# How to view and update past graph state\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " This guide assumes familiarity with the following concepts:\n", " \n", diff --git a/docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb b/docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb index 364fb7250..119f8eeda 100644 --- a/docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb +++ b/docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb @@ -8,7 +8,7 @@ "source": [ "# How to wait for user input\n", "\n", - "!!! tip \"Prerequisits\"\n", + "!!! tip \"Prerequisites\"\n", "\n", " This guide assumes familiarity with the following concepts:\n", "\n", @@ -592,7 +592,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.3" + "version": "3.11.4" } }, "nbformat": 4,