SystemaAIClient

class SystemaAIClient

Constructors

Link copied to clipboard
fun SystemaAIClient()

Functions

Link copied to clipboard
suspend fun initialize(    clientID: String,     apiKey: String = "NOT_REQUIRED",     environment: EnvironmentType = EnvironmentType.DEV,     logLevel: SystemaLogLevel = SystemaLogLevel.INFO,     proxyUrls: Map<EndpointType, String> = mapOf(),     meta: Map<String, Any> = mapOf()): SystemaAI