From a3dd43b39bda9b78067d491c44159eb944faf0ab Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:32:49 -0700 Subject: [PATCH] x (#1343) --- docs/docs/cloud/how-tos/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/cloud/how-tos/index.md b/docs/docs/cloud/how-tos/index.md index ba3d16e01..80b6ccaa5 100644 --- a/docs/docs/cloud/how-tos/index.md +++ b/docs/docs/cloud/how-tos/index.md @@ -46,6 +46,7 @@ When creating complex graphs, leaving every decision up to the LLM can be danger - [How to wait for user input](./human_in_the_loop_user_input.md) - [How to edit graph state](./human_in_the_loop_edit_state.md) - [How to replay and branch from prior states](./human_in_the_loop_time_travel.md) +- [How to review tool calls](./human_in_the_loop_review_tool_calls.md) ## LangGraph Studio