mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-15 08:39:16 +03:00
Remove redundant comment in FileToolsConfig
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user