Uses of Enum Class
dev.relism.flash.ext.mcp.PromptMessage.Role
-
Uses of PromptMessage.Role in dev.relism.flash.ext.mcp
Methods in dev.relism.flash.ext.mcp that return PromptMessage.RoleModifier and TypeMethodDescriptionPromptMessage.role()Returns the value of therolerecord component.static PromptMessage.RoleReturns the enum constant of this class with the specified name.static PromptMessage.Role[]PromptMessage.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.relism.flash.ext.mcp with parameters of type PromptMessage.RoleModifierConstructorDescriptionPromptMessage(PromptMessage.Role role, Content content) Creates an instance of aPromptMessagerecord class.