Uses of Class
com.github.copilot.sdk.json.AutoModeSwitchRequest
Packages that use AutoModeSwitchRequest
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AutoModeSwitchRequest in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return AutoModeSwitchRequestModifier and TypeMethodDescriptionAutoModeSwitchRequest.setErrorCode(String errorCode) Sets the rate-limit error code.AutoModeSwitchRequest.setRetryAfterSeconds(Double retryAfterSeconds) Sets the seconds until the rate limit resets.Methods in com.github.copilot.sdk.json with parameters of type AutoModeSwitchRequestModifier and TypeMethodDescriptionAutoModeSwitchHandler.handle(AutoModeSwitchRequest request, AutoModeSwitchInvocation invocation) Handles an auto-mode-switch request from the agent.