Added Param output_format in AI SDK (#2960)
This commit is contained in:
@@ -28,6 +28,7 @@ export interface Mem0ConfigSettings {
|
||||
rerank?: boolean;
|
||||
enable_graph?: boolean;
|
||||
output_format?: string;
|
||||
filter_memories?: boolean;
|
||||
}
|
||||
|
||||
export interface Mem0ChatConfig extends Mem0ConfigSettings, Mem0ProviderSettings {}
|
||||
|
||||
Reference in New Issue
Block a user