Skip to content

Commit da48342

Browse files
feat: enable A2A proxy
1 parent 3042900 commit da48342

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

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

5555
* `PROXY`
5656
* `LLM PROXY`
57+
* `A2A PROXY`
5758

5859
### Supported flow phases:
5960

src/main/resources/plugin.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ type=policy
77
category=ai
88
proxy=REQUEST
99
llm_proxy=REQUEST
10+
a2a_proxy=REQUEST

0 commit comments

Comments
 (0)