Uses of Enum Class
com.github.copilot.generated.rpc.SendAgentMode
Packages that use SendAgentMode
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
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 TypeMethodDescriptionQueueInsertMessage.agentMode()Returns the value of theagentModerecord component.QueuePendingItems.agentMode()Returns the value of theagentModerecord component.SessionSendMessagesParams.agentMode()Returns the value of theagentModerecord component.SessionSendParams.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 SendAgentModeModifierConstructorDescriptionQueueInsertMessage(String prompt, String displayPrompt, List<Object> attachments, SendAgentMode agentMode, String source, Boolean billable, String requiredTool, Map<String, String> requestHeaders, SendMode mode, Boolean prepend, Boolean wait_, String delivery) Creates an instance of aQueueInsertMessagerecord class.QueuePendingItems(String id, QueuePendingItemsKind kind, String displayText, SendAgentMode agentMode) Creates an instance of aQueuePendingItemsrecord class.SessionSendMessagesParams(String sessionId, List<SendMessageItem> messages, SendMode mode, Boolean prepend, SendAgentMode agentMode, Map<String, String> requestHeaders, String traceparent, String tracestate, Boolean wait_) Creates an instance of aSessionSendMessagesParamsrecord class.SessionSendParams(String sessionId, String prompt, String displayPrompt, List<Object> attachments, SendMode mode, Boolean prepend, Boolean billable, String requiredTool, String source, SendAgentMode agentMode, Map<String, String> requestHeaders, String traceparent, String tracestate, Boolean wait_) Creates an instance of aSessionSendParamsrecord class.