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

Function isOpenAIFamily

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

Source from the content-addressed store, hash-verified

356}
357
358func isOpenAIFamily(provider string) bool {
359 switch provider {
360 case "openai", "openai-response", "codex":
361 return true
362 default:
363 return false
364 }
365}
366
367func isSameProviderFamily(from, to string) bool {
368 if from == to {

Callers 1

isSameProviderFamilyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected