Add Support for Custom Instructions (#2565)

This commit is contained in:
Saket Aryan
2025-04-17 14:38:07 +05:30
committed by GitHub
parent bf0c4adc0c
commit f0bdd2c341
3 changed files with 6 additions and 1 deletions

View File

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