Skip to content

Commit

Permalink
chore(llm): fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Aug 13, 2024
1 parent c9741da commit 4092f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/llm/schemas/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ local auth_schema = {
referenceable = true }},
{ can_override = {
type = "boolean",
description = "If enabled, the auth header or param can be overridden by the request.",
description = "If enabled, the auth header or param can be overridden by the request using the plugin configured value.",
required = false,
default = true }},
}
Expand Down

0 comments on commit 4092f40

Please sign in to comment.