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

Function normalizedProviderName

internal/thinking/apply.go:107–109  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

105}
106
107func normalizedProviderName(provider string) string {
108 return strings.ToLower(strings.TrimSpace(provider))
109}
110
111// IsUserDefinedModel reports whether the model is a user-defined model that should
112// have thinking configuration passed through without validation.

Callers 3

GetProviderApplierFunction · 0.85
RegisterProviderFunction · 0.85
RegisterPluginProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected