Skip to content

Commit

Permalink
chore(ai-response-transformer): correct typo of STAGE
Browse files Browse the repository at this point in the history
Semantically the stage should be RES_TRANSFORMATION but functionality are not affected as body is already available.
  • Loading branch information
fffonion authored Feb 6, 2025
1 parent 0ba6c08 commit 815a71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local kong_utils = require("kong.tools.gzip")

local _M = {
NAME = "ai-response-transformer-transform-response",
STAGE = "REQ_TRANSFORMATION",
STAGE = "RES_TRANSFORMATION",
}

local FILTER_OUTPUT_SCHEMA = {
Expand Down

0 comments on commit 815a71b

Please sign in to comment.