MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / isGeminiFamily

Function isGeminiFamily

internal/thinking/validate.go:349–356  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

347}
348
349func isGeminiFamily(provider string) bool {
350 switch provider {
351 case "gemini", "antigravity":
352 return true
353 default:
354 return false
355 }
356}
357
358func isOpenAIFamily(provider string) bool {
359 switch provider {

Callers 1

isSameProviderFamilyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected