Skip to content

datarobot_genai.drtools.files_api.read_tools

read_tools

Read-only DataRobot Files API tools.

The DataRobot filesystem is hierarchical: files live inside a catalog item addressed as dr://<catalog_item_id>/path/to/file. dr:// (root) lists catalog items; each catalog item behaves like a top-level directory.

All tools issue a single, non-blocking filesystem call and return immediately. File content is exchanged inline and bounded by MAX_INLINE_SIZE; for larger payloads, read a byte range (file_read offset/length) or hand off a signed URL (file_sign).