Uses of Class
com.github.copilot.sdk.json.CommandContext
Packages that use CommandContext
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CommandContext in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json 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.sdk.json with parameters of type CommandContextModifier and TypeMethodDescriptionCommandHandler.handle(CommandContext context) Handles a slash-command execution.