Plus-L commented on issue #12537: URL: https://github.com/apache/apisix/issues/12537#issuecomment-3204498265
Hi! Thanks for your rapid reply. Here is my complete route configuration. ``` { "key": "/apisix/routes/global_llm", "value": { "id": "global_llm", "upstream": { "nodes": { "localhost:9080": 1 }, "hash_on": "vars", "scheme": "http", "type": "roundrobin", "pass_host": "pass" }, "uri": "/v1/chat/completions", "plugins": { "ext-plugin-pre-req": { "conf": [ { "value": "bar", "name": "aiap-apisix-auth-plugin" } ], "allow_degradation": false }, "http-logger": { "timeout": 3, "inactive_timeout": 5, "retry_delay": 1, "concat_method": "json", "uri": "http://xxxx/v1/log/insert", "ssl_verify": false, "include_req_body": false, "max_retry_count": 0, "batch_max_size": 1000, "buffer_duration": 60, "include_resp_body": false, "name": "aiap-ai-http-logger" }, "request-id": { "algorithm": "uuid", "range_id": {}, "include_in_response": true, "header_name": "X-Request-Id" }, "file-logger": { "include_resp_body": true, "include_req_body": true, "path": "/usr/local/apisix/logs/global_llm_2025-08-20.log" } }, "create_time": 1753951177, "name": "Global LLM Route" }, "createdIndex": 307 } ``` The ext-plugin doesn't have an action to change the response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org