From 4a4c8db635196c5537ad8452a293cddcfb9456b4 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Tue, 22 Jul 2025 12:54:21 -0400 Subject: [PATCH] fix header --- docs/docs/agents/context.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/agents/context.md b/docs/docs/agents/context.md index c9338d50f..a84c28a4e 100644 --- a/docs/docs/agents/context.md +++ b/docs/docs/agents/context.md @@ -16,8 +16,6 @@ LangGraph provides **three** primary ways to supply context: | [**Short-term memory (State)**](#short-term-memory-mutable-context) | dynamic data that can change during execution | ✅ | per run or conversation | | [**Long-term memory (Store)**](#long-term-memory-cross-conversation-context) | data that can be shared between conversations | ✅ | across conversations | -## Provide runtime context - ### Runtime Context !!! note "`config['configurable']` -> `runtime.context`"