Uses of Class
com.github.copilot.rpc.UserInputInvocation
Packages that use UserInputInvocation
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of UserInputInvocation in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return UserInputInvocationModifier and TypeMethodDescriptionUserInputInvocation.setSessionId(String sessionId) Sets the session ID.Methods in com.github.copilot.rpc with parameters of type UserInputInvocationModifier and TypeMethodDescriptionUserInputHandler.handle(UserInputRequest request, UserInputInvocation invocation) Handles a user input request from the agent.