Added Async Mode Param (#2882)
This commit is contained in:
@@ -23,6 +23,7 @@ export interface MemoryOptions {
|
||||
custom_instructions?: string;
|
||||
timestamp?: number;
|
||||
output_format?: string | OutputFormat;
|
||||
async_mode?: boolean;
|
||||
}
|
||||
|
||||
export interface ProjectOptions {
|
||||
|
||||
Reference in New Issue
Block a user