diff --git a/extensions/googlechat/src/config-schema.ts b/extensions/googlechat/src/config-schema.ts index 3f112de823c..93c43b2e25c 100644 --- a/extensions/googlechat/src/config-schema.ts +++ b/extensions/googlechat/src/config-schema.ts @@ -1,6 +1,3 @@ -import { - buildChannelConfigSchema, - GoogleChatConfigSchema, -} from "openclaw/plugin-sdk/bundled-channel-config-schema"; +import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js"; export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);