Copilot.Types.CommandsInvokeRequest (Copilot SDK v2.3.0)

Copy Markdown

Request to invoke a command.

Summary

Types

t()

@type t() :: %Copilot.Types.CommandsInvokeRequest{
  input: String.t() | nil,
  name: String.t()
}

Functions

from_map(m)