ClaudeCode.Content.ContainerUploadBlock (ClaudeCode v0.36.3)

View Source

Represents a container upload content block within a Claude message.

Container upload blocks reference a file to be uploaded to or from a container. The file is identified by its file_id.

Summary

Types

t()

@type t() :: %ClaudeCode.Content.ContainerUploadBlock{
  file_id: String.t(),
  type: :container_upload
}

Functions

new(arg1)

@spec new(map()) :: {:ok, t()} | {:error, atom()}