Uses of Class
org.mockserver.matchers.LlmConversationMatcher
-
Packages that use LlmConversationMatcher Package Description org.mockserver.matchers org.mockserver.model -
-
Uses of LlmConversationMatcher in org.mockserver.matchers
Methods in org.mockserver.matchers that return LlmConversationMatcher Modifier and Type Method Description LlmConversationMatcherLlmConversationMatcher. withContainsToolResultFor(String toolName)LlmConversationMatcherLlmConversationMatcher. withLatestMessageContains(String text)LlmConversationMatcherLlmConversationMatcher. withLatestMessageMatches(String regexSource)Set regex from a source string.LlmConversationMatcherLlmConversationMatcher. withLatestMessageMatches(Pattern pattern)LlmConversationMatcherLlmConversationMatcher. withLatestMessageRole(ParsedMessage.Role role)LlmConversationMatcherLlmConversationMatcher. withProvider(Provider provider)LlmConversationMatcherLlmConversationMatcher. withTurnIndex(Integer turnIndex) -
Uses of LlmConversationMatcher in org.mockserver.model
Methods in org.mockserver.model that return LlmConversationMatcher Modifier and Type Method Description LlmConversationMatcherHttpLlmResponse. getConversationMatcher()Returns the conversation matcher for evaluation.Methods in org.mockserver.model with parameters of type LlmConversationMatcher Modifier and Type Method Description HttpLlmResponseHttpLlmResponse. withConversationMatcher(LlmConversationMatcher conversationMatcher)
-