docs: prefer channel-core in channel sdk docs

This commit is contained in:
Peter Steinberger
2026-04-04 07:43:16 +01:00
parent 6e6b4f6004
commit 359c6dedbe
4 changed files with 14 additions and 11 deletions

View File

@@ -178,7 +178,7 @@ disabled channel inspection).
```typescript
// setup-entry.ts
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/core";
import { defineSetupPluginEntry } from "openclaw/plugin-sdk/channel-core";
import { myChannelPlugin } from "./src/channel.js";
export default defineSetupPluginEntry(myChannelPlugin);