function M.reject()

in lua/llm/completion.lua [52:58]


function M.reject()
  M.cancel()
  if M.shown_suggestion ~= nil then
    llm_ls.reject_completion(M.shown_suggestion)
    M.shown_suggestion = nil
  end
end