@reverbia/sdk 1.0.0-next.20260112105133 → 1.0.0-next.20260114030517
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/dist/expo/index.cjs +1 -1
- package/dist/expo/index.mjs +1 -1
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.mjs +1 -1
- package/package.json +1 -1
package/dist/expo/index.cjs
CHANGED
|
@@ -3754,7 +3754,7 @@ async function updateMemoryEmbeddingOp(ctx, id, embedding, embeddingModel) {
|
|
|
3754
3754
|
// src/lib/memory/service.ts
|
|
3755
3755
|
var FACT_EXTRACTION_PROMPT = `You are a memory extraction system. Extract durable user memories from chat messages.
|
|
3756
3756
|
|
|
3757
|
-
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON.
|
|
3757
|
+
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON. Every field must have a value, no null or undefined or empty values.
|
|
3758
3758
|
|
|
3759
3759
|
Only store clear, factual statements that might be relevant for future context or reference. Extract facts that will be useful in future conversations, such as identity, stable preferences, ongoing projects, skills, locations, favorites, and constraints.
|
|
3760
3760
|
|
package/dist/expo/index.mjs
CHANGED
|
@@ -3719,7 +3719,7 @@ async function updateMemoryEmbeddingOp(ctx, id, embedding, embeddingModel) {
|
|
|
3719
3719
|
// src/lib/memory/service.ts
|
|
3720
3720
|
var FACT_EXTRACTION_PROMPT = `You are a memory extraction system. Extract durable user memories from chat messages.
|
|
3721
3721
|
|
|
3722
|
-
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON.
|
|
3722
|
+
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON. Every field must have a value, no null or undefined or empty values.
|
|
3723
3723
|
|
|
3724
3724
|
Only store clear, factual statements that might be relevant for future context or reference. Extract facts that will be useful in future conversations, such as identity, stable preferences, ongoing projects, skills, locations, favorites, and constraints.
|
|
3725
3725
|
|
package/dist/react/index.cjs
CHANGED
|
@@ -5073,7 +5073,7 @@ async function updateMemoryEmbeddingOp(ctx, id, embedding, embeddingModel) {
|
|
|
5073
5073
|
// src/lib/memory/service.ts
|
|
5074
5074
|
var FACT_EXTRACTION_PROMPT = `You are a memory extraction system. Extract durable user memories from chat messages.
|
|
5075
5075
|
|
|
5076
|
-
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON.
|
|
5076
|
+
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON. Every field must have a value, no null or undefined or empty values.
|
|
5077
5077
|
|
|
5078
5078
|
Only store clear, factual statements that might be relevant for future context or reference. Extract facts that will be useful in future conversations, such as identity, stable preferences, ongoing projects, skills, locations, favorites, and constraints.
|
|
5079
5079
|
|
package/dist/react/index.mjs
CHANGED
|
@@ -4944,7 +4944,7 @@ async function updateMemoryEmbeddingOp(ctx, id, embedding, embeddingModel) {
|
|
|
4944
4944
|
// src/lib/memory/service.ts
|
|
4945
4945
|
var FACT_EXTRACTION_PROMPT = `You are a memory extraction system. Extract durable user memories from chat messages.
|
|
4946
4946
|
|
|
4947
|
-
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON.
|
|
4947
|
+
CRITICAL: You MUST respond with ONLY valid JSON. No explanations, no markdown, no code blocks, just pure JSON. Every field must have a value, no null or undefined or empty values.
|
|
4948
4948
|
|
|
4949
4949
|
Only store clear, factual statements that might be relevant for future context or reference. Extract facts that will be useful in future conversations, such as identity, stable preferences, ongoing projects, skills, locations, favorites, and constraints.
|
|
4950
4950
|
|