(provider string)
| 105 | } |
| 106 | |
| 107 | func 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. |
no outgoing calls
no test coverage detected