opencode-mem 2.7.2 → 2.7.3
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.
|
@@ -179,7 +179,7 @@ Use the update_user_profile tool to save the ${existingProfile ? "updated" : "ne
|
|
|
179
179
|
},
|
|
180
180
|
},
|
|
181
181
|
};
|
|
182
|
-
const result = await provider.executeToolCall(systemPrompt, context, toolSchema,
|
|
182
|
+
const result = await provider.executeToolCall(systemPrompt, context, toolSchema, `user-profile-${Date.now()}`);
|
|
183
183
|
if (!result.success || !result.data) {
|
|
184
184
|
throw new Error(result.error || "Failed to analyze user profile");
|
|
185
185
|
}
|