MapGptSettings

class MapGptSettings(debugModeRepository: DebugModeRepository, settingsRepository: SettingsRepository)

Constructors

Link copied to clipboard
constructor(debugModeRepository: DebugModeRepository, settingsRepository: SettingsRepository)

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
val isLocalTtsEnabled: MutableStateFlow<Boolean>
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 mapGptServiceType: PersistedMutableStateFlow<Int>
Link copied to clipboard
val showAvatarTutorial: PersistedMutableStateFlow<Boolean>
Link copied to clipboard
val showWakeWordTutorial: PersistedMutableStateFlow<Boolean>