mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -392,7 +392,7 @@ def create_react_agent(
|
||||
!!! Note
|
||||
Only available with `version="v2"`.
|
||||
state_schema: An optional state schema that defines graph state.
|
||||
Must have `messages` and `remaining_steps` keys.
|
||||
Must have `messages` key. May optionally have `remaining_steps` and `is_last_step` keys.
|
||||
Defaults to `AgentState` that defines those two keys.
|
||||
context_schema: An optional schema for runtime context.
|
||||
checkpointer: An optional checkpoint saver object. This is used for persisting
|
||||
@@ -967,3 +967,4 @@ __all__ = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user