Uses of Class
com.github.copilot.rpc.CommandContext
Packages that use CommandContext
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CommandContext in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CommandContextModifier and TypeMethodDescriptionSets the argument string.CommandContext.setCommand(String command) Sets the full command text.CommandContext.setCommandName(String commandName) Sets the command name.CommandContext.setSessionId(String sessionId) Sets the session ID.Methods in com.github.copilot.rpc with parameters of type CommandContextModifier and TypeMethodDescriptionCommandHandler.handle(CommandContext context) Handles a slash-command execution.