Uses of Class
org.mockserver.serialization.model.HttpLlmResponseDTO
Packages that use HttpLlmResponseDTO
Package
Description
-
Uses of HttpLlmResponseDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpLlmResponseDTOModifier and TypeMethodDescriptionExpectationDTO.getHttpLlmResponse()HttpLlmResponseDTO.setChaos(LlmChaosProfile chaos) HttpLlmResponseDTO.setCompletion(Completion completion) HttpLlmResponseDTO.setConversationPredicates(ConversationPredicates conversationPredicates) HttpLlmResponseDTO.setEmbedding(EmbeddingResponse embedding) HttpLlmResponseDTO.setPrimary(boolean primary) HttpLlmResponseDTO.setProvider(Provider provider) Methods in org.mockserver.serialization.model with parameters of type HttpLlmResponseDTOModifier and TypeMethodDescriptionExpectationDTO.setHttpLlmResponse(HttpLlmResponseDTO httpLlmResponse) -
Uses of HttpLlmResponseDTO in org.mockserver.serialization.serializers.response
Methods in org.mockserver.serialization.serializers.response with parameters of type HttpLlmResponseDTOModifier and TypeMethodDescriptionvoidHttpLlmResponseDTOSerializer.serialize(HttpLlmResponseDTO httpLlmResponseDTO, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)