fix: use config base for file tools

Maintainer edit: after #4314 moved shared tool config models to nanobot.config_base, keep FileToolsConfig on the new dependency boundary so the PR passes the architecture guard.
This commit is contained in:
chengyongru
2026-06-15 02:55:18 +08:00
committed by Xubin Ren
parent 44ce220af6
commit fbbb09e9a5
+1 -1
View File
@@ -16,7 +16,7 @@ from nanobot.agent.tools.schema import (
StringSchema,
tool_parameters_schema,
)
from nanobot.config.schema import Base
from nanobot.config_base import Base
from nanobot.security.workspace_access import current_tool_workspace
from nanobot.utils.helpers import build_image_content_blocks, detect_image_mime