mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-11 12:17:53 +02:00
Apply patch [skip ci]
This commit is contained in:
@@ -76,6 +76,7 @@ class AgentStatePydantic(BaseModel):
|
||||
messages: Annotated[Sequence[BaseMessage], add_messages]
|
||||
|
||||
remaining_steps: RemainingSteps = 25
|
||||
is_last_step: Optional[bool] = None
|
||||
|
||||
|
||||
class AgentStateWithStructuredResponse(AgentState):
|
||||
@@ -965,3 +966,4 @@ __all__ = [
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user