Doc: Add async_mode (#3037)

This commit is contained in:
Dev Khant
2025-06-25 23:21:49 +05:30
committed by GitHub
parent a4f6751741
commit acf7a30d32
2 changed files with 60 additions and 1 deletions

View File

@@ -4910,6 +4910,12 @@
"type": "boolean",
"default": false
},
"async_mode": {
"description": "Whether to add the memory completely asynchronously.",
"title": "Async mode",
"type": "boolean",
"default": false
},
"timestamp": {
"description": "The timestamp of the memory. Format: Unix timestamp",
"title": "Timestamp",