Uses of Enum Class
com.github.copilot.generated.rpc.AgentRegistrySpawnPermissionMode
Packages that use AgentRegistrySpawnPermissionMode
-
Uses of AgentRegistrySpawnPermissionMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return AgentRegistrySpawnPermissionModeModifier and TypeMethodDescriptionAgentRegistrySpawnParams.permissionMode()Returns the value of thepermissionModerecord component.Returns the enum constant of this class with the specified name.static AgentRegistrySpawnPermissionMode[]AgentRegistrySpawnPermissionMode.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 AgentRegistrySpawnPermissionModeModifierConstructorDescriptionAgentRegistrySpawnParams(String cwd, String agentName, String model, String name, AgentRegistrySpawnPermissionMode permissionMode, String initialPrompt) Creates an instance of aAgentRegistrySpawnParamsrecord class.