From 5b5935fb588ebe2858be932d17d90a11fe141468 Mon Sep 17 00:00:00 2001 From: vbarda Date: Tue, 24 Sep 2024 09:06:11 -0400 Subject: [PATCH] update index --- docs/docs/how-tos/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index d73b8b4a3..a1f5ead6c 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -75,7 +75,6 @@ These guides show how to use different streaming modes. ## State Management - [Use Pydantic model as state](state-model.ipynb) -- [Use a context object in state](state-context-key.ipynb) - [Have a separate input and output schema](input_output_schema.ipynb) - [Pass private state between nodes inside the graph](pass_private_state.ipynb)