forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -24,6 +24,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
@dataclass
|
||||
class Intent:
|
||||
"""A classified user intent with confidence score and extracted entities."""
|
||||
name: str
|
||||
confidence: float # 0.0 to 1.0
|
||||
entities: dict
|
||||
|
||||
Reference in New Issue
Block a user