From 5b9021ff37e42792bc22d69034fd2abbf4ecaea4 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Fri, 25 Jul 2025 09:25:26 -0400 Subject: [PATCH] typo --- libs/langgraph/langgraph/func/__init__.py | 2 +- libs/langgraph/langgraph/graph/state.py | 2 +- libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/langgraph/langgraph/func/__init__.py b/libs/langgraph/langgraph/func/__init__.py index 5d60f2095..6ecebb9c3 100644 --- a/libs/langgraph/langgraph/func/__init__.py +++ b/libs/langgraph/langgraph/func/__init__.py @@ -264,7 +264,7 @@ class entrypoint(Generic[ContextT]): !!! warning "`config_schema` Deprecated" The `config_schema` parameter is deprecated in v0.6.0 and support will be removed in v2.0.0. - Please use `context_schema` instead to specify the schema run run-scoped context. + Please use `context_schema` instead to specify the schema for run-scoped context. Example: Using entrypoint and tasks diff --git a/libs/langgraph/langgraph/graph/state.py b/libs/langgraph/langgraph/graph/state.py index 9c218bdc3..e7854b900 100644 --- a/libs/langgraph/langgraph/graph/state.py +++ b/libs/langgraph/langgraph/graph/state.py @@ -131,7 +131,7 @@ class StateGraph(Generic[StateT, ContextT, InputT, OutputT]): !!! warning "`config_schema` Deprecated" The `config_schema` parameter is deprecated in v0.6.0 and support will be removed in v2.0.0. - Please use `context_schema` instead to specify the schema run run-scoped context. + Please use `context_schema` instead to specify the schema for run-scoped context. Example: ```python diff --git a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py index e5aa25010..2f07cabfc 100644 --- a/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py +++ b/libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py @@ -366,7 +366,7 @@ def create_react_agent( !!! warning "`config_schema` Deprecated" The `config_schema` parameter is deprecated in v0.6.0 and support will be removed in v2.0.0. - Please use `context_schema` instead to specify the schema run run-scoped context. + Please use `context_schema` instead to specify the schema for run-scoped context. Returns: