Uses of Class
org.mockserver.model.HttpLlmResponse
-
Packages that use HttpLlmResponse Package Description org.mockserver.client org.mockserver.mock org.mockserver.mock.action.http org.mockserver.model org.mockserver.serialization.model -
-
Uses of HttpLlmResponse in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpLlmResponse Modifier and Type Method Description Expectation[]ForwardChainExpectation. respondWithLlm(HttpLlmResponse httpLlmResponse) -
Uses of HttpLlmResponse in org.mockserver.mock
Methods in org.mockserver.mock that return HttpLlmResponse Modifier and Type Method Description HttpLlmResponseExpectation. getHttpLlmResponse()Methods in org.mockserver.mock with parameters of type HttpLlmResponse Modifier and Type Method Description ExpectationExpectation. thenRespondWithLlm(HttpLlmResponse httpLlmResponse) -
Uses of HttpLlmResponse in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpLlmResponse Modifier and Type Method Description HttpResponseHttpLlmResponseActionHandler. handle(HttpLlmResponse httpLlmResponse, HttpRequest request)List<SseEvent>HttpLlmResponseActionHandler. handleStreaming(HttpLlmResponse httpLlmResponse, HttpRequest request)Handle streaming LLM response by producing a list of SSE events. -
Uses of HttpLlmResponse in org.mockserver.model
Methods in org.mockserver.model that return HttpLlmResponse Modifier and Type Method Description static HttpLlmResponseHttpLlmResponse. llmResponse()HttpLlmResponseHttpLlmResponse. withCompletion(Completion completion)HttpLlmResponseHttpLlmResponse. withConversationMatcher(LlmConversationMatcher conversationMatcher)HttpLlmResponseHttpLlmResponse. withConversationPredicates(ConversationPredicates conversationPredicates)HttpLlmResponseHttpLlmResponse. withEmbedding(EmbeddingResponse embedding)HttpLlmResponseHttpLlmResponse. withModel(String model)HttpLlmResponseHttpLlmResponse. withProvider(Provider provider) -
Uses of HttpLlmResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpLlmResponse Modifier and Type Method Description HttpLlmResponseHttpLlmResponseDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type HttpLlmResponse Constructor Description HttpLlmResponseDTO(HttpLlmResponse httpLlmResponse)
-