Uses of Interface
io.quarkiverse.langchain4j.guardrails.GuardrailResult
Packages that use GuardrailResult
-
Uses of GuardrailResult in io.quarkiverse.langchain4j.guardrails
Classes in io.quarkiverse.langchain4j.guardrails with type parameters of type GuardrailResultModifier and TypeInterfaceDescriptioninterface
Guardrail<P extends GuardrailParams,
R extends GuardrailResult<R>> A guardrail is a rule that is applied when interacting with an LLM either to the input (the user message) or to the output of the model to ensure that they are safe and meet the expectations of the model.interface
GuardrailResult<GR extends GuardrailResult>
The result of the validation of an interaction between a user and the LLM.Classes in io.quarkiverse.langchain4j.guardrails that implement GuardrailResultModifier and TypeClassDescriptionfinal record
The result of the validation of anInputGuardrail
final record
The result of the validation of anOutputGuardrail