(Update) Vercel AI SDK v0.0.10 (#2104)

This commit is contained in:
Saket Aryan
2024-12-21 11:45:14 +05:30
committed by GitHub
parent 8851969169
commit 4c2a903618
3 changed files with 35 additions and 6 deletions

View File

@@ -33,6 +33,11 @@ export interface Mem0ChatSettings extends OpenAIChatSettings {
structuredOutputs?: boolean;
org_id?: string;
project_id?: string;
metadata?: Record<string, any>;
filters?: Record<string, any>;
infer?: boolean;
page?: number;
page_size?: number;
}
export interface Mem0Config extends Mem0ChatSettings {}