pub async fn list_digests(
__arg0: State<Arc<RwLock<AppState>>>,
__arg1: Query<DigestQueryParams>,
) -> Result<Json<DigestListResponse>>Expand description
GET /api/cognition/digests — list session digests for a namespace.
pub async fn list_digests(
__arg0: State<Arc<RwLock<AppState>>>,
__arg1: Query<DigestQueryParams>,
) -> Result<Json<DigestListResponse>>GET /api/cognition/digests — list session digests for a namespace.