Uses of Package
dev.agenor.core.guardrail
Packages that use dev.agenor.core.guardrail
-
Classes in dev.agenor.core.guardrail used by dev.agenor.core.guardrailClassDescriptionImmutable contextual metadata passed to every guardrail during chain execution.Result produced by a guardrail evaluation.
-
Classes in dev.agenor.core.guardrail used by dev.agenor.runtime.guardrailClassDescriptionImmutable contextual metadata passed to every guardrail during chain execution.Result produced by a guardrail evaluation.Thrown when a guardrail in the chain returns
GuardrailResult.Blocked, indicating that the content must not proceed through the pipeline.Validates or transforms user input before it reaches the LLM.Validates or transforms LLM output before it reaches the consumer. -
Classes in dev.agenor.core.guardrail used by dev.agenor.runtime.llmClassDescriptionImmutable contextual metadata passed to every guardrail during chain execution.Thrown when a guardrail in the chain returns
GuardrailResult.Blocked, indicating that the content must not proceed through the pipeline.