refactor: adopt shared chat plugin builder

This commit is contained in:
Peter Steinberger
2026-03-22 21:34:54 +00:00
parent 99462776d1
commit dcd5473283
6 changed files with 412 additions and 391 deletions

View File

@@ -3059,7 +3059,7 @@
}
},
{
"declaration": "export function defineChannelPluginEntry<TPlugin extends ChannelPlugin>({ id, name, description, plugin, configSchema, setRuntime, registerFull, }: DefineChannelPluginEntryOptions<TPlugin>): DefinedPluginEntry;",
"declaration": "export function defineChannelPluginEntry<TPlugin>({ id, name, description, plugin, configSchema, setRuntime, registerFull, }: DefineChannelPluginEntryOptions<TPlugin>): DefinedPluginEntry;",
"exportName": "defineChannelPluginEntry",
"kind": "function",
"source": {