diff --git a/plugins/wasm-go/extensions/ai-proxy/provider/provider.go b/plugins/wasm-go/extensions/ai-proxy/provider/provider.go index 2518da321..5ca5a6585 100644 --- a/plugins/wasm-go/extensions/ai-proxy/provider/provider.go +++ b/plugins/wasm-go/extensions/ai-proxy/provider/provider.go @@ -198,8 +198,7 @@ var ( // Providers that support the "developer" role. Other providers will have "developer" roles converted to "system". developerRoleSupportedProviders = map[string]bool{ - providerTypeOpenAI: true, - providerTypeAzure: true, + providerTypeAzure: true, } providerInitializers = map[string]providerInitializer{