@modelstudio/modelstudio-memory-for-openclaw 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +0 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -369,7 +369,6 @@ const modelstudioMemoryPlugin = {
|
|
|
369
369
|
name: "Memory (Bailian)",
|
|
370
370
|
description: "Alibaba Cloud Bailian long-term memory service",
|
|
371
371
|
kind: "memory" as const,
|
|
372
|
-
configSchema: modelstudioMemoryConfigSchema,
|
|
373
372
|
|
|
374
373
|
register(api: OpenClawPluginApi) {
|
|
375
374
|
const cfg = modelstudioMemoryConfigSchema.parse(api.pluginConfig);
|
package/openclaw.plugin.json
CHANGED