feat: support cmd: loading api keys for google search APIs (#1532)

refactor environment loading logic into Utils and use it for existing
provider loading, and web search where appropriate.
This commit is contained in:
adasauce
2025-03-09 04:01:49 -03:00
committed by GitHub
parent 868c136574
commit 02fb470140
4 changed files with 70 additions and 53 deletions

View File

@@ -9,6 +9,7 @@ local lsp = vim.lsp
---@field root avante.utils.root
---@field file avante.utils.file
---@field history avante.utils.history
---@field environment avante.utils.environment
local M = {}
setmetatable(M, {