async fn current_conversation_info(
pool: Data<PgPool>,
user: AuthUser,
params: Path<Uuid>,
) -> ControllerResult<Json<ChatbotConversationInfo>>
Expand description
POST /api/v0/course-material/course-modules/chatbot/:chatbot_configuration_id/conversations/current
Returns the current conversation for the user.