Uses of Enum Class
com.soklet.McpPromptMessageRole
Packages that use McpPromptMessageRole
-
Uses of McpPromptMessageRole in com.soklet
Subclasses with type arguments of type McpPromptMessageRole in com.sokletModifier and TypeClassDescriptionenumPublic prompt message roles supported in v1.Methods in com.soklet that return McpPromptMessageRoleModifier and TypeMethodDescriptionMcpPromptMessage.role()Returns the value of therolerecord component.static McpPromptMessageRoleReturns the enum constant of this class with the specified name.static McpPromptMessageRole[]McpPromptMessageRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.soklet with parameters of type McpPromptMessageRoleModifierConstructorDescriptionMcpPromptMessage(@NonNull McpPromptMessageRole role, @NonNull McpTextContent content) Creates an instance of aMcpPromptMessagerecord class.