ACP.AgentNotification (agent_client_protocol v0.1.0)

Copy Markdown View Source

Enum of all possible notifications from the agent to the client.

Summary

Types

t()

@type t() ::
  {:session_notification, ACP.SessionNotification.t()}
  | {:ext_notification, ACP.ExtNotification.t()}

Functions

method(arg)