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`"