Added Timestamp (#2579)

This commit is contained in:
Saket Aryan
2025-04-23 12:29:27 +05:30
committed by GitHub
parent c958664185
commit cc5686bd0d
3 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ export interface MemoryOptions {
end_date?: string;
custom_categories?: custom_categories[];
custom_instructions?: string;
timestamp?: number;
}
export interface ProjectOptions {