|
66 | 66 | "type": "category",
|
67 | 67 | "label": "Plugins",
|
68 | 68 | "items": [
|
| 69 | + { |
| 70 | + "type": "category", |
| 71 | + "label": "AI", |
| 72 | + "items": [ |
| 73 | + "plugins/ai-proxy", |
| 74 | + "plugins/ai-proxy-multi", |
| 75 | + "plugins/ai-rate-limiting", |
| 76 | + "plugins/ai-prompt-guard", |
| 77 | + "plugins/ai-aws-content-moderation", |
| 78 | + "plugins/ai-prompt-decorator", |
| 79 | + "plugins/ai-prompt-template", |
| 80 | + "plugins/ai-rag", |
| 81 | + "plugins/ai-request-rewrite" |
| 82 | + ] |
| 83 | + }, |
69 | 84 | {
|
70 | 85 | "type": "category",
|
71 | 86 | "label": "General",
|
|
81 | 96 | "plugins/ext-plugin-post-req",
|
82 | 97 | "plugins/ext-plugin-post-resp",
|
83 | 98 | "plugins/inspect",
|
84 |
| - "plugins/ocsp-stapling", |
85 |
| - "plugins/ai-prompt-guard", |
86 |
| - "plugins/ai-aws-content-moderation" |
| 99 | + "plugins/ocsp-stapling" |
87 | 100 | ]
|
88 | 101 | },
|
89 | 102 | {
|
90 | 103 | "type": "category",
|
91 | 104 | "label": "Transformation",
|
92 | 105 | "items": [
|
93 |
| - "plugins/ai-prompt-decorator", |
94 | 106 | "plugins/response-rewrite",
|
95 | 107 | "plugins/proxy-rewrite",
|
96 | 108 | "plugins/grpc-transcode",
|
97 | 109 | "plugins/grpc-web",
|
98 |
| - "plugins/ai-prompt-template", |
99 | 110 | "plugins/fault-injection",
|
100 | 111 | "plugins/mocking",
|
101 | 112 | "plugins/degraphql",
|
102 | 113 | "plugins/body-transformer",
|
103 |
| - "plugins/ai-proxy", |
104 |
| - "plugins/ai-proxy-multi", |
105 |
| - "plugins/attach-consumer-label", |
106 |
| - "plugins/ai-rag", |
107 |
| - "plugins/ai-request-rewrite" |
| 114 | + "plugins/attach-consumer-label" |
108 | 115 | ]
|
109 | 116 | },
|
110 | 117 | {
|
|
159 | 166 | "plugins/request-id",
|
160 | 167 | "plugins/proxy-control",
|
161 | 168 | "plugins/client-control",
|
162 |
| - "plugins/workflow", |
163 |
| - "plugins/ai-rate-limiting" |
| 169 | + "plugins/workflow" |
164 | 170 | ]
|
165 | 171 | },
|
166 | 172 | {
|
|
0 commit comments