Claudio.A2A.Part (Claudio v0.5.0)
View SourceA2A Part — the smallest unit of content within a Message or Artifact.
Parts can contain text, file references, raw bytes, or structured data.
Examples
Part.text("Hello, world!")
Part.file("https://example.com/doc.pdf", "application/pdf")
Part.data(%{"key" => "value"})
Summary
Types
Functions
Create a structured data part.
Create a file reference part.
Create a text part.