store
AsyncMethod
This is a method of the MemoryProtocol class in the protocols module.Store a message in memory
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
store: Store a message in memory
This is a method of the MemoryProtocol class in the protocols module.Store a message in memory
async def store(&mut self, role: &str, content: &str) -> Result<()>