Context for a slash-command invocation.
@type t() :: %Copilot.Types.CommandContext{ args: String.t(), command: String.t(), command_name: String.t(), session_id: String.t() }