Uses of Class
org.mockserver.llm.ParsedMessage
Packages that use ParsedMessage
-
Uses of ParsedMessage in org.mockserver.llm
Methods in org.mockserver.llm that return types with arguments of type ParsedMessageModifier and TypeMethodDescriptionParsedConversation.getMessages()OpenAiResponsesStore.priorMessagesFor(String requestBody) IfrequestBodycarries aprevious_response_idwhose response is stored, return the prior conversation's messages so the codec can prepend them to the current turn's messages; otherwise an empty list.Method parameters in org.mockserver.llm with type arguments of type ParsedMessageModifier and TypeMethodDescriptionstatic ParsedConversationParsedConversation.of(List<ParsedMessage> messages)