Skip to content

Commit

Permalink
[Security solution] Bump GenAI connector license to Enterprise (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic authored Jul 18, 2023
1 parent 2a689fa commit e96dd5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const getConnectorType = (): SubActionConnectorType<GenAiConfig, GenAiSec
},
validators: [{ type: ValidatorType.CONFIG, validator: configValidator }],
supportedFeatureIds: [GeneralConnectorFeatureId],
minimumLicenseRequired: 'platinum' as const,
minimumLicenseRequired: 'enterprise' as const,
renderParameterTemplates,
});

Expand Down

0 comments on commit e96dd5c

Please sign in to comment.