ACP.AudioContent (agent_client_protocol v0.1.0)

Copy Markdown View Source

Audio provided to or from an LLM.

Summary

Types

t()

@type t() :: %ACP.AudioContent{
  annotations: ACP.Annotations.t() | nil,
  data: String.t(),
  meta: map() | nil,
  mime_type: String.t()
}

Functions

from_json(map)

new(data, mime_type)

to_json(ac)