Skip to content

Commit 9c6b20e

Browse files
authored
Merge pull request #1124 from xstefank/fix-docs-guardrails
Fix typo in input guardrails docs
2 parents c6d9612 + 57e38f6 commit 9c6b20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/guardrails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The scope of the guardrail is important as it defines the lifecycle of the guard
106106
=== Declaring Input Guardrails
107107

108108
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:
110110

111111
- 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.
112112
- 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

Comments
 (0)