core[patch]: export ArgsSchema (#30169)

This is needed for type hints

see: https://github.com/langchain-ai/langchain/pull/30167
This commit is contained in:
ccurme 2025-03-07 15:43:05 -05:00 committed by GitHub
parent 01317fde21
commit 33a3510243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ from __future__ import annotations
from langchain_core.tools.base import (
FILTERED_ARGS as FILTERED_ARGS,
)
from langchain_core.tools.base import (
ArgsSchema as ArgsSchema,
)
from langchain_core.tools.base import (
BaseTool as BaseTool,
)