Skip to content

Commit

Permalink
feat(entities-plugins): update scope for ai-semantic-cache (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Nov 21, 2024
1 parent b1c92fb commit 40e0ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ export const PLUGIN_METADATA: Record<string, Omit<PluginMetaData<I18nMessageSour
group: PluginGroup.AI,
isEnterprise: true,
nameKey: 'plugins.meta.ai-semantic-cache.name',
scope: [PluginScope.GLOBAL, PluginScope.SERVICE, PluginScope.ROUTE, PluginScope.CONSUMER],
scope: [PluginScope.GLOBAL, PluginScope.SERVICE, PluginScope.ROUTE, PluginScope.CONSUMER, PluginScope.CONSUMER_GROUP],
useLegacyForm: true,
},
'ai-semantic-prompt-guard': {
Expand Down

0 comments on commit 40e0ea6

Please sign in to comment.