feat: add vertex claude provider (#1549)

* feat: Add vertex claude provider

* remove debug logging

---------

Co-authored-by: Miguelo Sana <miguelo@incubeta.com>
This commit is contained in:
miguelosana
2025-03-10 15:43:10 +01:00
committed by GitHub
parent 7d7f93d093
commit 3eaaaa8f5f
3 changed files with 68 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ local DressingState = { winid = nil, input_winid = nil, input_bufnr = nil }
---@field cohere AvanteProviderFunctor
---@field bedrock AvanteBedrockProviderFunctor
---@field ollama AvanteProviderFunctor
---@field vertex_claude AvanteProviderFunctor
local M = {}
---@class EnvironmentHandler