Uses of Enum Class
org.mockserver.llm.codec.RerankScoring.Envelope
Packages that use RerankScoring.Envelope
-
Uses of RerankScoring.Envelope in org.mockserver.llm.codec
Methods in org.mockserver.llm.codec that return RerankScoring.EnvelopeModifier and TypeMethodDescriptionstatic RerankScoring.EnvelopeReturns the enum constant of this class with the specified name.static RerankScoring.Envelope[]RerankScoring.Envelope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.llm.codec with parameters of type RerankScoring.EnvelopeModifier and TypeMethodDescriptionstatic HttpResponseRerankScoring.encode(RerankResponse rerank, List<String> documents, String model, RerankScoring.Envelope envelope) Build the provider-correct rerank HTTP response from the scored documents, using the provider's envelope shape.