Uses of Class
org.mockserver.matchers.LlmConversationMatcher
Packages that use LlmConversationMatcher
-
Uses of LlmConversationMatcher in org.mockserver.matchers
Methods in org.mockserver.matchers that return LlmConversationMatcherModifier and TypeMethodDescriptionLlmConversationMatcher.withContainsToolResultFor(String toolName) LlmConversationMatcher.withLatestMessageContains(String text) LlmConversationMatcher.withLatestMessageMatches(String regexSource) Set regex from a source string.LlmConversationMatcher.withLatestMessageMatches(Pattern pattern) LlmConversationMatcher.withLatestMessageRole(ParsedMessage.Role role) LlmConversationMatcher.withNormalization(NormalizationOptions normalization) Set optional prompt normalisation applied to the latest-message text (and, forlatestMessageContains, the expected substring) before the text predicates are evaluated.LlmConversationMatcher.withProvider(Provider provider) LlmConversationMatcher.withSemanticMatchAgainst(String semanticMatchAgainst) LlmConversationMatcher.withTurnIndex(Integer turnIndex) -
Uses of LlmConversationMatcher in org.mockserver.model
Methods in org.mockserver.model that return LlmConversationMatcherModifier and TypeMethodDescriptionHttpLlmResponse.getConversationMatcher()Returns the conversation matcher for evaluation.Methods in org.mockserver.model with parameters of type LlmConversationMatcherModifier and TypeMethodDescriptionHttpLlmResponse.withConversationMatcher(LlmConversationMatcher conversationMatcher)