Module semantic_drift

Module semantic_drift 

Source
Expand description

HTTP handlers for semantic drift incidents

This module provides endpoints for managing semantic drift incidents.

Structs§

AnalyzeSemanticDriftRequest
Request to analyze semantic drift
ListSemanticIncidentsQuery
Query parameters for listing semantic incidents
SemanticDriftState
State for semantic drift handlers
SemanticIncidentListResponse
Response for semantic incident list

Functions§

analyze_semantic_drift
Analyze semantic drift between two specs
get_semantic_incident
Get a specific semantic incident
list_semantic_incidents
List semantic drift incidents
semantic_drift_router
Create router for semantic drift endpoints