refactor: Remove unused variables and add dead code allowances for better clarity

This commit is contained in:
2026-04-10 10:50:14 -04:00
parent 53e5ef4d0b
commit 0c039ebfbc
10 changed files with 44 additions and 19 deletions
@@ -272,6 +272,7 @@ pub async fn semantic_search_knowledge(
// ==================== Estructuras de Ayuda ====================
#[derive(Debug, sqlx::FromRow, Clone)]
#[allow(dead_code)]
struct KnowledgeBaseEntry {
id: Uuid,
organization_id: Uuid,