Uses of Enum Class
org.mockserver.llm.ParsedMessage.Role
Packages that use ParsedMessage.Role
Package
Description
-
Uses of ParsedMessage.Role in org.mockserver.client
Methods in org.mockserver.client with parameters of type ParsedMessage.RoleModifier and TypeMethodDescriptionTurnBuilder.whenLatestMessageRole(ParsedMessage.Role role) Match when the latest message has the given role. -
Uses of ParsedMessage.Role in org.mockserver.llm
Methods in org.mockserver.llm that return ParsedMessage.RoleModifier and TypeMethodDescriptionParsedMessage.getRole()static ParsedMessage.RoleReturns the enum constant of this class with the specified name.static ParsedMessage.Role[]ParsedMessage.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mockserver.llm with parameters of type ParsedMessage.RoleModifierConstructorDescriptionParsedMessage(ParsedMessage.Role role, String textContent, List<ToolUse> toolCalls, Map<String, String> toolResults) -
Uses of ParsedMessage.Role in org.mockserver.matchers
Methods in org.mockserver.matchers that return ParsedMessage.RoleMethods in org.mockserver.matchers with parameters of type ParsedMessage.RoleModifier and TypeMethodDescriptionLlmConversationMatcher.withLatestMessageRole(ParsedMessage.Role role) -
Uses of ParsedMessage.Role in org.mockserver.model
Methods in org.mockserver.model that return ParsedMessage.RoleMethods in org.mockserver.model with parameters of type ParsedMessage.RoleModifier and TypeMethodDescriptionConversationPredicates.withLatestMessageRole(ParsedMessage.Role latestMessageRole)