callback = function()

in lua/llm/completion.lua [134:141]


    callback = function()
      if M.should_complete() then
        M.schedule()
      else
        M.reject()
        M.suggestion = nil
      end
    end,