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

Copy Markdown

Input specification for a slash command.

Summary

Types

t()

@type t() :: %Copilot.Types.SlashCommandInput{
  completion: Copilot.Types.SlashCommandInputCompletion.t() | nil,
  hint: String.t()
}

Functions

from_map(m)