You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/agora_agent/agents/types/start_agents_request_properties_turn_detection.py
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
importpydantic
6
6
from ...core.pydantic_utilitiesimportIS_PYDANTIC_V2
7
7
from ...core.unchecked_base_modelimportUncheckedBaseModel
8
-
from ...types.asr_languageimportAsrLanguage
9
8
from .start_agents_request_properties_turn_detection_configimportStartAgentsRequestPropertiesTurnDetectionConfig
10
9
from .start_agents_request_properties_turn_detection_eagernessimportStartAgentsRequestPropertiesTurnDetectionEagerness
11
10
from .start_agents_request_properties_turn_detection_interrupt_modeimport (
@@ -19,11 +18,6 @@ class StartAgentsRequestPropertiesTurnDetection(UncheckedBaseModel):
19
18
Conversation turn detection settings. Controls the logic for voice activity detection and conversation turn determination. This object has no effect when `mllm.enable` is true; use `mllm.turn_detection` instead.
0 commit comments