petter2025 commited on
Commit
43505a3
·
verified ·
1 Parent(s): c2deb84

Update hallucination_detective.py

Browse files
Files changed (1) hide show
  1. hallucination_detective.py +1 -1
hallucination_detective.py CHANGED
@@ -1,6 +1,6 @@
1
  import logging
2
  from typing import Dict, Any
3
- from agentic_reliability_framework.runtime.agents.base import BaseAgent
4
  from ai_event import AIEvent
5
 
6
  logger = logging.getLogger(__name__)
 
1
  import logging
2
  from typing import Dict, Any
3
+ from agentic_reliability_framework.runtime.agents.base import BaseAgent, AgentSpecialization
4
  from ai_event import AIEvent
5
 
6
  logger = logging.getLogger(__name__)