store_long_term
AsyncMethod
This is a method of the MemoryAdapter class in the memory module.Store in long-term memory (optional)
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
store_long_term: Store in long-term memory (optional)
This is a method of the MemoryAdapter class in the memory module.Store in long-term memory (optional)
async def store_long_term(
&mut self,
_text: &str,
_metadata: Option<serde_json::Value>,
) -> Result<()>