Added Param output_format in AI SDK (#2960)

This commit is contained in:
Saket Aryan
2025-06-15 06:42:56 +05:30
committed by GitHub
parent 18c870ec79
commit c7e91171a0
4 changed files with 44 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export interface Mem0ConfigSettings {
rerank?: boolean;
enable_graph?: boolean;
output_format?: string;
filter_memories?: boolean;
}
export interface Mem0ChatConfig extends Mem0ConfigSettings, Mem0ProviderSettings {}