Package org.mockserver.llm
Class StubGenerationResult
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.llm.StubGenerationResult
Result returned by the AI stub generation endpoint. Contains one or more
suggested
Expectations, a confidence score, and an optional
explanation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublesetConfidence(double confidence) setExplanation(String explanation) setRawLlmResponse(String rawLlmResponse) setSuggestions(List<Expectation> suggestions) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
StubGenerationResult
public StubGenerationResult()
-
-
Method Details
-
getSuggestions
-
setSuggestions
-
getConfidence
public double getConfidence() -
setConfidence
-
getExplanation
-
setExplanation
-
getRawLlmResponse
-
setRawLlmResponse
-