Uses of Enum Class
com.github.copilot.generated.rpc.SendAgentMode
Packages that use SendAgentMode
-
Uses of SendAgentMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type SendAgentMode in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumThe UI mode the agent was in when this message was sent.Methods in com.github.copilot.generated.rpc that return SendAgentModeModifier and TypeMethodDescriptionSessionSendParams.agentMode()Returns the value of theagentModerecord component.static SendAgentModestatic SendAgentModeReturns the enum constant of this class with the specified name.static SendAgentMode[]SendAgentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SendAgentModeModifierConstructorDescriptionSessionSendParams(String sessionId, String prompt, String displayPrompt, List<Object> attachments, SendMode mode, Boolean prepend, Boolean billable, String requiredTool, Object source, SendAgentMode agentMode, Map<String, String> requestHeaders, String traceparent, String tracestate, Boolean wait_) Creates an instance of aSessionSendParamsrecord class.