feat(plugins): add media understanding provider registration

This commit is contained in:
Peter Steinberger
2026-03-16 20:42:00 -07:00
parent 14907d3de0
commit 3e010e280a
26 changed files with 222 additions and 8 deletions

View File

@@ -495,6 +495,7 @@ function createPluginRecord(params: {
channelIds: [],
providerIds: [],
speechProviderIds: [],
mediaUnderstandingProviderIds: [],
webSearchProviderIds: [],
gatewayMethods: [],
cliCommands: [],