This is an automated email from the ASF dual-hosted git repository.

kayx23 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c1771d74 docs: update AI plugin order in config example (#13383)
2c1771d74 is described below

commit 2c1771d745445d67250221ede3247d47b3875ef9
Author: charliesheh <[email protected]>
AuthorDate: Tue Jun 2 03:13:25 2026 -0700

    docs: update AI plugin order in config example (#13383)
---
 conf/config.yaml.example | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/config.yaml.example b/conf/config.yaml.example
index f092b6bf5..495ad198d 100644
--- a/conf/config.yaml.example
+++ b/conf/config.yaml.example
@@ -519,14 +519,16 @@ plugins:                           # plugin list (sorted 
by priority)
   #- error-log-logger              # priority: 1091
   - proxy-cache                    # priority: 1085
   - body-transformer               # priority: 1080
+  - ai-request-rewrite             # priority: 1073
+  - ai-prompt-guard                # priority: 1072
   - ai-prompt-template             # priority: 1071
   - ai-prompt-decorator            # priority: 1070
-  - ai-prompt-guard                # priority: 1072
   - ai-rag                         # priority: 1060
   - ai-aws-content-moderation      # priority: 1050
   - ai-proxy-multi                 # priority: 1041
   - ai-proxy                       # priority: 1040
   - ai-rate-limiting               # priority: 1030
+  - ai-aliyun-content-moderation   # priority: 1029
   - proxy-mirror                   # priority: 1010
   - graphql-proxy-cache            # priority: 1009
   - proxy-rewrite                  # priority: 1008

Reply via email to