Skip to main content

Module types

Module types 

Source
Expand description

Wire types for the Files API.

Structsยง

FileDeleted
Confirmation returned by DELETE /v1/files/{id}.
FileMetadata
Metadata for a single uploaded file.
FileScope
Scoping resource for a FileMetadata. Currently the only supported scope is a session: files written by an agent under /mnt/session/outputs/ are session-scoped and listable via the ?scope_id={session_id} query.
ListFilesParams
Query parameters for GET /v1/files.