Skip to content

Commit

Permalink
bump gen ai connector to enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jul 18, 2023
1 parent 5a7f395 commit 6c410da
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 6c410da

Please sign in to comment.