Merge PR #343: Add Google Antigravity provider and harden tool-call compatibility

This commit is contained in:
yinwm
2026-02-18 00:13:24 +08:00
13 changed files with 2423 additions and 71 deletions
+1
View File
@@ -182,6 +182,7 @@ type ProvidersConfig struct {
Cerebras ProviderConfig `json:"cerebras"`
VolcEngine ProviderConfig `json:"volcengine"`
GitHubCopilot ProviderConfig `json:"github_copilot"`
Antigravity ProviderConfig `json:"antigravity"`
Qwen ProviderConfig `json:"qwen"`
}