Uses of Class
com.github.copilot.sdk.json.AutoModeSwitchInvocation
Packages that use AutoModeSwitchInvocation
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of AutoModeSwitchInvocation in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return AutoModeSwitchInvocationModifier and TypeMethodDescriptionAutoModeSwitchInvocation.setSessionId(String sessionId) Sets the session ID.Methods in com.github.copilot.sdk.json with parameters of type AutoModeSwitchInvocationModifier and TypeMethodDescriptionAutoModeSwitchHandler.handle(AutoModeSwitchRequest request, AutoModeSwitchInvocation invocation) Handles an auto-mode-switch request from the agent.