MapGptApiTokens

class MapGptApiTokens(val mapGptApiToken: String)

This object is temporary for exposing the api tokens through the DashConfig. Likely that each token will be exposed as a feature in the future.

TODO Make mapGptApiToken mutable TODO Move Porcupine configuration https://mapbox.atlassian.net/browse/NAVGPT-741

Constructors

Link copied to clipboard
constructor(mapGptApiToken: String)

Properties

Link copied to clipboard
Link copied to clipboard
val porcupineApiToken: MutableStateFlow<String?>