mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 11:40:21 +00:00
refactor: adopt shared chat plugin builder
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user