mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 05:56:26 +02:00
The SDK's tools parameter only accepts built-in tools (read, bash, edit, write). Custom clawdbot tools (browser, canvas, nodes, cron, etc.) were being filtered out, causing 'Tool not found' errors at runtime. Split tools into built-in and custom, passing them via the correct parameters.