(Update) Vercel AI SDK Memory Saving Algo (#2082)

This commit is contained in:
Saket Aryan
2024-12-15 11:14:16 +05:30
committed by GitHub
parent 400b1f4eac
commit 763f804277
7 changed files with 78 additions and 16 deletions

View File

@@ -31,6 +31,8 @@ export interface Mem0ChatSettings extends OpenAIChatSettings {
project_name?: string;
mem0ApiKey?: string;
structuredOutputs?: boolean;
org_id?: string;
project_id?: string;
}
export interface Mem0Config extends Mem0ChatSettings {}
export interface Mem0Config extends Mem0ChatSettings {}