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

Copy Markdown

Context for a slash-command invocation.

Summary

Types

t()

@type t() :: %Copilot.Types.CommandContext{
  args: String.t(),
  command: String.t(),
  command_name: String.t(),
  session_id: String.t()
}