(provider string)
| 687 | } |
| 688 | |
| 689 | func requiresOpenclawProviderModels(provider string) bool { |
| 690 | return provider != "gemini" |
| 691 | } |
| 692 | |
| 693 | func applyOpenclawModelsConfig(conf map[string]interface{}, models *modelsConfig) error { |
| 694 | if models == nil { |
no outgoing calls
no test coverage detected