Skip to content

Commit

Permalink
fix(ai): fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jan 9, 2025
1 parent d4e71af commit 275520b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local _M = {
}

local ai_plugin_ctx = require("kong.llm.plugin.ctx")
local get_global_ctx, _ = ai_plugin_ctx.get_global_accessors("_base")
local get_global_ctx, _ = ai_plugin_ctx.get_global_accessors(_M.NAME)

local FILTER_OUTPUT_SCHEMA = {
stream_content_type = "string",
Expand Down

0 comments on commit 275520b

Please sign in to comment.