Remove redundant comment in FileToolsConfig

This commit is contained in:
Nir Adler
2026-06-15 02:55:18 +08:00
committed by Xubin Ren
parent df0f9f4d5c
commit fee21332d3
+1 -1
View File
@@ -24,7 +24,7 @@ from nanobot.utils.helpers import build_image_content_blocks, detect_image_mime
class FileToolsConfig(Base): class FileToolsConfig(Base):
"""Filesystem tools configuration.""" """Filesystem tools configuration."""
enable: bool = True # built-in file tools on by default; set false to act only through MCP servers enable: bool = True # built-in file tools on by default
class _FsTool(Tool): class _FsTool(Tool):