Skip to content

Commit 4f88606

Browse files
author
SentienceDEV
committed
fix tests
1 parent 26ea3b7 commit 4f88606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentience/tools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tool registry for LLM-callable tools.
33
"""
44

5-
from .context import BackendCapabilities, ToolContext
5+
from .context import BackendCapabilities, ToolContext, UnsupportedCapabilityError
66
from .defaults import register_default_tools
77
from .filesystem import FileSandbox, register_filesystem_tools
88
from .registry import ToolRegistry, ToolSpec
@@ -13,6 +13,7 @@
1313
"ToolContext",
1414
"ToolRegistry",
1515
"ToolSpec",
16+
"UnsupportedCapabilityError",
1617
"register_default_tools",
1718
"register_filesystem_tools",
1819
]

0 commit comments

Comments
 (0)