Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
huynle committed Feb 15, 2024
1 parent 79e0d8f commit d335a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ogpt/flows/actions/popup/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function PopupAction:init(name, opts)
self.system = type(opts.system) == "function" and opts.system() or opts.system or ""
self.template = type(opts.template) == "function" and opts.template() or opts.template or "{{input}}"
self.variables = opts.variables or {}
self.on_events = opts.on_events or {}
self.strategy = opts.strategy or STRATEGY_DISPLAY
self.ui = opts.ui or {}
self.cur_win = vim.api.nvim_get_current_win()
Expand Down

0 comments on commit d335a0d

Please sign in to comment.