Module: Copilot::SlashCommandKind

Defined in:
lib/copilot/types.rb

Overview

Slash command kind constants. Valid values: “builtin”, “client”, “skill”

Constant Summary collapse

BUILTIN =
"builtin"
CLIENT =
"client"
SKILL =
"skill"