ACP.Annotations (agent_client_protocol v0.1.0)

Copy Markdown View Source

Optional annotations for the client.

Summary

Types

t()

@type t() :: %ACP.Annotations{
  audience: [ACP.Role.t()] | nil,
  last_modified: String.t() | nil,
  meta: map() | nil,
  priority: float() | nil
}

Functions

from_json(map)

new()

to_json(a)