Skip to content

docs: sync AI plugins in config.yaml.example#13109

Open
saudademjj wants to merge 5 commits intoapache:masterfrom
saudademjj:saudademjj/fix-13108-ai-plugin-order
Open

docs: sync AI plugins in config.yaml.example#13109
saudademjj wants to merge 5 commits intoapache:masterfrom
saudademjj:saudademjj/fix-13108-ai-plugin-order

Conversation

@saudademjj
Copy link

Description

This PR updates conf/config.yaml.example so the AI plugin section matches the currently registered plugins and keeps the list sorted by descending priority.

It adds the missing ai-request-rewrite and ai-aliyun-content-moderation entries and moves ai-prompt-guard ahead of the lower-priority prompt plugins.

Which issue(s) this PR fixes:

Fixes #13108

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. doc Documentation things labels Mar 19, 2026
Baoyuantop
Baoyuantop previously approved these changes Mar 23, 2026
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Mar 25, 2026

. ./t/cli/common.sh

clean_up() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this section needed?

@Baoyuantop
Copy link
Contributor

Hi @saudademjj, it looks like there are some unrelated code changes in the PR. Could you confirm if they're necessary?

@Baoyuantop
Copy link
Contributor

Hi @saudademjj, please do not make any further changes to the t/cli/test_etcd_sync_event_handle.sh file, or explain the purpose of your current changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation things size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

config.yaml.example is missing some AI plugins and has incorrect ordering

2 participants