Uses of Class
org.mockserver.llm.ParsedMessage.Role
-
Packages that use ParsedMessage.Role Package Description org.mockserver.client org.mockserver.llm org.mockserver.matchers org.mockserver.model -
-
Uses of ParsedMessage.Role in org.mockserver.client
Methods in org.mockserver.client with parameters of type ParsedMessage.Role Modifier and Type Method Description TurnBuilderTurnBuilder. 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.Role Modifier and Type Method Description ParsedMessage.RoleParsedMessage. getRole()static ParsedMessage.RoleParsedMessage.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static ParsedMessage.Role[]ParsedMessage.Role. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mockserver.llm with parameters of type ParsedMessage.Role Constructor Description ParsedMessage(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.Role Modifier and Type Method Description ParsedMessage.RoleLlmConversationMatcher. getLatestMessageRole()Methods in org.mockserver.matchers with parameters of type ParsedMessage.Role Modifier and Type Method Description LlmConversationMatcherLlmConversationMatcher. withLatestMessageRole(ParsedMessage.Role role) -
Uses of ParsedMessage.Role in org.mockserver.model
Methods in org.mockserver.model that return ParsedMessage.Role Modifier and Type Method Description ParsedMessage.RoleConversationPredicates. getLatestMessageRole()Methods in org.mockserver.model with parameters of type ParsedMessage.Role Modifier and Type Method Description ConversationPredicatesConversationPredicates. withLatestMessageRole(ParsedMessage.Role latestMessageRole)
-