pub async fn create_memory(
__arg0: State<Arc<RwLock<AppState>>>,
__arg1: Json<CreateMemoryRequest>,
) -> Result<(StatusCode, Json<MemoryCreateResponse>)>Expand description
Create a new memory
pub async fn create_memory(
__arg0: State<Arc<RwLock<AppState>>>,
__arg1: Json<CreateMemoryRequest>,
) -> Result<(StatusCode, Json<MemoryCreateResponse>)>Create a new memory