This commit is contained in:
Sydney Runkle
2025-07-25 09:25:26 -04:00
parent aaff464115
commit 5b9021ff37
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
@@ -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: