MapGptSettings

class MapGptSettings(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)

Constructors

Link copied to clipboard
constructor(debugModeRepository: DebugModeRepository, observeIsPreferLocalTtsUseCase: ObserveIsPreferLocalTtsUseCase)

Properties

Link copied to clipboard
val endpointType: PersistedMutableStateFlow<String?>
Link copied to clipboard
val isChatEnabled: PersistedMutableStateFlow<Boolean>
Link copied to clipboard
val isEnabled: PersistedMutableStateFlow<Boolean>
Link copied to clipboard
Link copied to clipboard
val language: PersistedMutableStateFlow<Locale?>
Link copied to clipboard
val llmProfileName: StateFlow<String?>
Link copied to clipboard
val localChatOverrideEnabled: PersistedMutableStateFlow<Boolean>
Link copied to clipboard
val mapGptReplayPlaying: MutableStateFlow<Boolean>
Link copied to clipboard
val mapGptReplayRecordingActive: MutableStateFlow<Boolean>
Link copied to clipboard
val showAvatarTutorial: PersistedMutableStateFlow<Boolean>
Link copied to clipboard
val showWakeWordTutorial: PersistedMutableStateFlow<Boolean>