Feat: Add @google/genai SDK dependency

Co-authored-by: Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 10:15:15 -07:00
parent 04e4d9e44e
commit d06ee6a6d8

View File

@@ -9,6 +9,7 @@
}, },
"dependencies": { "dependencies": {
"openai": "6.34.*", "openai": "6.34.*",
"@anthropic-ai/sdk": "0.91.*" "@anthropic-ai/sdk": "0.91.*",
"@google/genai": "2.*"
} }
} }