Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-22 12:05:54 +00:00
parent d73902ae76
commit 2d236b69b0
@@ -71,9 +71,11 @@ from langchain_core.tools.base import (
from pydantic import BaseModel
from typing_extensions import Annotated, get_args, get_origin
from langgraph._internal._constants import CONF, CONFIG_KEY_RUNTIME
from langgraph._internal._runnable import RunnableCallable
from langgraph.errors import GraphBubbleUp
from langgraph.graph.message import REMOVE_ALL_MESSAGES
from langgraph.runtime import Runtime
from langgraph.store.base import BaseStore
from langgraph.types import Command, Send
@@ -1101,3 +1103,4 @@ def _get_store_arg(tool: BaseTool) -> Optional[str]:
pass
return None