ACP.TextContent (agent_client_protocol v0.1.0)

Copy Markdown View Source

Text provided to or from an LLM.

Summary

Types

t()

@type t() :: %ACP.TextContent{
  annotations: ACP.Annotations.t() | nil,
  meta: map() | nil,
  text: String.t()
}

Functions

from_json(map)

new(text)

to_json(tc)