Uses of Class
org.mockserver.model.ConversationPredicates
Packages that use ConversationPredicates
-
Uses of ConversationPredicates in org.mockserver.model
Methods in org.mockserver.model that return ConversationPredicatesModifier and TypeMethodDescriptionstatic ConversationPredicatesConversationPredicates.conversationPredicates()HttpLlmResponse.getConversationPredicates()ConversationPredicates.withContainsToolResultFor(String containsToolResultFor) ConversationPredicates.withLatestMessageContains(String latestMessageContains) ConversationPredicates.withLatestMessageMatches(String latestMessageMatches) ConversationPredicates.withLatestMessageRole(ParsedMessage.Role latestMessageRole) ConversationPredicates.withNormalization(NormalizationOptions normalization) Optional normalisation applied to the prompt text (and, for substring matching, the expected value) beforelatestMessageContains/latestMessageMatchesare evaluated.ConversationPredicates.withSemanticMatchAgainst(String semanticMatchAgainst) Opt-in fuzzy semantic match: the expected meaning the latest message should express, judged by a runtime LLM.ConversationPredicates.withTurnIndex(Integer turnIndex) Methods in org.mockserver.model with parameters of type ConversationPredicatesModifier and TypeMethodDescriptionHttpLlmResponse.withConversationPredicates(ConversationPredicates conversationPredicates) -
Uses of ConversationPredicates in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return ConversationPredicatesMethods in org.mockserver.serialization.model with parameters of type ConversationPredicatesModifier and TypeMethodDescriptionHttpLlmResponseDTO.setConversationPredicates(ConversationPredicates conversationPredicates)