diff --git a/assets/tools_schema.json b/assets/tools_schema.json index 989ade33..67218037 100644 --- a/assets/tools_schema.json +++ b/assets/tools_schema.json @@ -32,7 +32,7 @@ "description": "Create/overwrite/append files. ONLY for HUGE edits. Place ... in reply body BEFORE the file_write call. Supports {{file:path:startLine:endLine}}, auto-expanded", "parameters": {"type": "object", "properties": { "path": {"type": "string", "description": "File path"}, - "mode": {"type": "string", "enum": ["overwrite", "append", "prepend"], "description": "Write mode", "default": "append"}}} + "mode": {"type": "string", "enum": ["overwrite", "append", "prepend"], "description": "Write mode", "default": "overwrite"}}} }}, {"type": "function", "function": { "name": "web_scan",