2026-03-16 00:39:27 +00:00
|
|
|
{
|
2026-03-16 01:06:12 +00:00
|
|
|
"id": "google",
|
2026-03-15 20:58:59 -07:00
|
|
|
"providers": ["google", "google-gemini-cli"],
|
|
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"google": ["GEMINI_API_KEY", "GOOGLE_API_KEY"]
|
|
|
|
|
},
|
2026-03-16 00:39:27 +00:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|