You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/guardrails.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ The scope of the guardrail is important as it defines the lifecycle of the guard
106
106
=== Declaring Input Guardrails
107
107
108
108
Input guardrails are declared on the AI Service interface.
109
-
You can declare output guardrails in two ways:
109
+
You can declare input guardrails in two ways:
110
110
111
111
- By annotating the AI Service interface with `@InputGuardrails` and listing the guardrails - these guardrails will be applied to all the methods of the AI Service.
112
112
- By annotating the method of the AI Service with `@InputGuardrails` and listing the guardrails - these guardrails will be applied to this method only.
0 commit comments