mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 23:20:22 +00:00
refactor: move channel config metadata into plugin-owned manifests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
|
||||
import {
|
||||
buildChannelConfigSchema,
|
||||
GoogleChatConfigSchema,
|
||||
} from "openclaw/plugin-sdk/channel-config-schema";
|
||||
|
||||
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);
|
||||
|
||||
Reference in New Issue
Block a user