feat(ai): add Vertex Chat entrypoint (#37281)
This commit is contained in:
parent
282f3f7eb2
commit
75f9fd5208
10 changed files with 192 additions and 10 deletions
|
|
@ -557,6 +557,7 @@ describe("SessionRunnerModel", () => {
|
|||
const packages = [
|
||||
["@opencode-ai/ai/providers/google-vertex", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/gemini", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/chat", "accessToken"],
|
||||
["@opencode-ai/ai/providers/google-vertex/messages", "accessToken"],
|
||||
["@opencode-ai/ai/providers/anthropic", "authToken"],
|
||||
["@opencode-ai/ai/providers/anthropic-compatible", "authToken"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue