pub async fn get_conversations(
__arg0: State<UnifiedAppState>,
) -> Result<Json<ConversationsResponse>, Response>Expand description
Fetch all conversations/sessions from the database
pub async fn get_conversations(
__arg0: State<UnifiedAppState>,
) -> Result<Json<ConversationsResponse>, Response>Fetch all conversations/sessions from the database