tools.file_ops module
File operations: create, read, edit, delete files on disk.
- async tools.file_ops.run(action, file_path, contents=None, old_string=None, new_string=None, replace_all=False, **_kwargs)
Execute this tool and return the result.
- Parameters:
- Returns:
Result string.
- Return type: