Uses of Enum Class
com.github.copilot.generated.rpc.AgentInfoSource
Packages that use AgentInfoSource
-
Uses of AgentInfoSource in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return AgentInfoSourceModifier and TypeMethodDescriptionstatic AgentInfoSourceAgentInfo.source()Returns the value of thesourcerecord component.static AgentInfoSourceReturns the enum constant of this class with the specified name.static AgentInfoSource[]AgentInfoSource.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 AgentInfoSourceModifierConstructorDescriptionAgentInfo(String name, String displayName, String description, String path, String id, AgentInfoSource source, Boolean userInvocable, List<String> tools, String model, Map<String, Object> mcpServers, List<String> skills) Creates an instance of aAgentInforecord class.