Copilot. Types. SlashCommandInfo
(Copilot SDK v2.3.0)
Copy Markdown
Information about a slash command.
Summary
Types
@type t() :: %Copilot.Types.SlashCommandInfo{ aliases: [String.t()] | nil, allow_during_agent_execution: boolean(), description: String.t(), experimental: boolean() | nil, input: Copilot.Types.SlashCommandInput.t() | nil, kind: Copilot.Types.SlashCommandKind.t(), name: String.t() }