pub async fn get_latest_conversation_for_user(
    conn: &mut PgConnection,
    user_id: Uuid,
    chatbot_configuration_id: Uuid,
) -> ModelResult<ChatbotConversation>