datarobot_genai.drtools.files_api.mutations_tools
mutations_tools
Write and structural DataRobot Files API tools.
These tools mutate the filesystem: writing file content, uploading local files,
and the structural lifecycle actions (create directory, delete, copy, move,
clone). file_write supplies content inline, bounded by MAX_INLINE_SIZE;
file_upload streams larger files, whole
directory trees, or many files at once from the local filesystem. To ingest
remote files (by URL or data source), use the import tools instead.