Content blocks represent displayable information in ACP.
Summary
Functions
Convenience: create a text content block from a string.
Types
@type t() :: {:text, ACP.TextContent.t()} | {:image, ACP.ImageContent.t()} | {:audio, ACP.AudioContent.t()} | {:resource_link, ACP.ResourceLink.t()} | {:resource, ACP.EmbeddedResource.t()}