mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-21 14:18:52 +00:00
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:
parent
01317fde21
commit
33a3510243
@ -22,6 +22,9 @@ from __future__ import annotations
|
|||||||
from langchain_core.tools.base import (
|
from langchain_core.tools.base import (
|
||||||
FILTERED_ARGS as FILTERED_ARGS,
|
FILTERED_ARGS as FILTERED_ARGS,
|
||||||
)
|
)
|
||||||
|
from langchain_core.tools.base import (
|
||||||
|
ArgsSchema as ArgsSchema,
|
||||||
|
)
|
||||||
from langchain_core.tools.base import (
|
from langchain_core.tools.base import (
|
||||||
BaseTool as BaseTool,
|
BaseTool as BaseTool,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user