Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ConversationIdRepository(storage: Storage, authenticationRepository: AuthenticationRepository)
Link copied to clipboard
class MapGptOwner(mapGptApiTokens: MapGptApiTokens, mapGptSettings: MapGptSettings, localChatOwner: LocalChatOwner, sessionIdRepository: SessionIdRepository, conversationIdRepository: ConversationIdRepository, profileRepository: ProfileRepository, endpointRepository: MapGptEndpointRepository, mapGptContextProvider: MapGptContextProvider, firebasePerf: MapGptFirebaseTrace, mapGptReplayController: MapGptReplayController, mapGptAnalytics: MapGptAnalytics, languageRepository: LanguageRepository, player: Player) : MapGptReplayEventConsumer
Link copied to clipboard
interface MapGptServiceEvents
Link copied to clipboard
class OpenAiOptions
Default options for the OpenAi API. Dynamically changing options is not supported at the moment. The purpose of this file is to make it obvious the options used.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <T : SessionFrame.SendEvent.Body> MapGptServiceEvents.activeConversationEvents(): Flow<T>