@modelstudio/modelstudio-memory-for-openclaw 1.0.12 → 1.0.14
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 +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -376,7 +376,7 @@ const modelstudioMemoryPlugin = {
|
|
|
376
376
|
configSchema: modelstudioMemoryConfigSchema,
|
|
377
377
|
|
|
378
378
|
register(api: OpenClawPluginApi) {
|
|
379
|
-
const cfg = modelstudioMemoryConfigSchema.parse(api.
|
|
379
|
+
const cfg = modelstudioMemoryConfigSchema.parse(api.pluginConfig);
|
|
380
380
|
const client = new BailianMemoryClient(
|
|
381
381
|
cfg.baseUrl,
|
|
382
382
|
cfg.apiKey,
|
package/openclaw.plugin.json
CHANGED