Files
2026-07-13 12:38:34 +08:00

6 lines
241 B
TypeScript

import { disableTool } from 'eve/tools';
// Disable the default-harness `write_file` tool. The docs assistant answers only from
// the Composio docs via search_docs + read_doc — no web, shell, or sandbox FS.
export default disableTool();