From fee21332d36801db3f224a23c4a39e5411668933 Mon Sep 17 00:00:00 2001 From: Nir Adler Date: Mon, 1 Jun 2026 10:09:36 +0300 Subject: [PATCH] Remove redundant comment in FileToolsConfig --- nanobot/agent/tools/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/agent/tools/filesystem.py b/nanobot/agent/tools/filesystem.py index 9f2f0e4c..92e1e90f 100644 --- a/nanobot/agent/tools/filesystem.py +++ b/nanobot/agent/tools/filesystem.py @@ -24,7 +24,7 @@ from nanobot.utils.helpers import build_image_content_blocks, detect_image_mime class FileToolsConfig(Base): """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):