We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8915d3e commit 5ce30f0Copy full SHA for 5ce30f0
README.md
@@ -53,6 +53,7 @@ The `ai-prompt-guard-rails` policy can be applied to the following API types and
53
### Compatible API types
54
55
* `PROXY`
56
+* `LLM PROXY`
57
58
### Supported flow phases:
59
src/main/resources/plugin.properties
@@ -5,4 +5,5 @@ description=${project.description}
5
class=io.gravitee.policy.ai.prompt.guard.rails.AiPromptGuardRailsPolicy
6
type=policy
7
category=ai
8
-proxy=REQUEST
+proxy=REQUEST
9
+llm_proxy=REQUEST
0 commit comments