ACP.ExtRequest (agent_client_protocol v0.1.0)

Copy Markdown View Source

Arbitrary request not part of the ACP spec.

Summary

Types

t()

@type t() :: %ACP.ExtRequest{method: String.t(), params: any()}

Functions

new(method, params)