@modelstudio/modelstudio-memory-for-openclaw 1.0.4 → 1.0.5
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
|
@@ -731,7 +731,7 @@ const modelstudioMemoryPlugin = {
|
|
|
731
731
|
if (!cfg.apiKey) {
|
|
732
732
|
return {
|
|
733
733
|
prependSystemContext:
|
|
734
|
-
"
|
|
734
|
+
"IMPORTANT: The memory plugin (modelstudio-memory-for-openclaw) is NOT configured. apiKey is required. Long-term memory is completely disabled until configured. You MUST proactively inform the user: add apiKey to ~/.openclaw/openclaw.json under plugins.entries.modelstudio-memory-for-openclaw.config, then restart the gateway. Get API Key: https://help.aliyun.com/zh/model-studio/get-api-key",
|
|
735
735
|
};
|
|
736
736
|
}
|
|
737
737
|
const prompt = extractTextContent(event.prompt);
|
package/openclaw.plugin.json
CHANGED