Skip to content

Commit

Permalink
fix(clustering): add removed fileds for new ai plugins
Browse files Browse the repository at this point in the history
max_request_body_size field
  • Loading branch information
fffonion committed Jul 8, 2024
1 parent ba3fb6a commit e197020
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,23 @@ return {
"traces_endpoint",
"logs_endpoint",
},
ai_proxy = {
"max_request_body_size",
},
ai_prompt_decorator = {
"max_request_body_size",
},
ai_prompt_guard = {
"max_request_body_size",
},
ai_prompt_template = {
"max_request_body_size",
},
ai_request_transformer = {
"max_request_body_size",
},
ai_response_transformer = {
"max_request_body_size",
},
},
}

0 comments on commit e197020

Please sign in to comment.