@feedmepos/mf-remy-panel 0.18.0-dev.6 → 0.18.0-dev.8
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/{HomeView-19e1e478.js → HomeView-9fc8f519.js} +1 -1
- package/dist/{RemyButton-70c89b65.js → RemyButton-616a090e.js} +1 -1
- package/dist/{app-f99554cd.js → app-c688373d.js} +3164 -3172
- package/dist/app.js +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/utils/memoryContext.d.ts +0 -9
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export interface RetrievedMemoryContext {
|
|
2
|
-
facts?: string;
|
|
3
|
-
episodes?: string;
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Reads durable memory evidence from both live and reloaded AI SDK messages.
|
|
7
|
-
* The legacy fact-only part stays readable during rollout.
|
|
8
|
-
*/
|
|
9
|
-
export declare function extractRetrievedMemoryContext(parts: readonly unknown[]): RetrievedMemoryContext | undefined;
|