Skip to content

Commit 5ce30f0

Browse files
feat: enable for LLM & MCP Proxy API (#22)
1 parent 8915d3e commit 5ce30f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The `ai-prompt-guard-rails` policy can be applied to the following API types and
5353
### Compatible API types
5454

5555
* `PROXY`
56+
* `LLM PROXY`
5657

5758
### Supported flow phases:
5859

src/main/resources/plugin.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ description=${project.description}
55
class=io.gravitee.policy.ai.prompt.guard.rails.AiPromptGuardRailsPolicy
66
type=policy
77
category=ai
8-
proxy=REQUEST
8+
proxy=REQUEST
9+
llm_proxy=REQUEST

0 commit comments

Comments
 (0)